dune-pdelab  2.5-dev
Public Types | Public Member Functions | Public Attributes | List of all members
Dune::PDELab::Simple::SparseMatrixPattern Class Reference

#include <dune/pdelab/backend/simple/sparse.hh>

Inheritance diagram for Dune::PDELab::Simple::SparseMatrixPattern:
Inheritance graph

Public Types

typedef std::unordered_set< std::size_t > col_type
 

Public Member Functions

template<typename RI , typename CI >
void add_link (const RI &ri, const CI &ci)
 
 SparseMatrixPattern (std::size_t rows)
 

Public Attributes

elements
 STL member. More...
 

Member Typedef Documentation

◆ col_type

typedef std::unordered_set<std::size_t> Dune::PDELab::Simple::SparseMatrixPattern::col_type

Constructor & Destructor Documentation

◆ SparseMatrixPattern()

Dune::PDELab::Simple::SparseMatrixPattern::SparseMatrixPattern ( std::size_t  rows)
inline

Member Function Documentation

◆ add_link()

template<typename RI , typename CI >
void Dune::PDELab::Simple::SparseMatrixPattern::add_link ( const RI &  ri,
const CI &  ci 
)
inline

Member Data Documentation

◆ elements

T std::vector< T >::elements
inherited

STL member.


The documentation for this class was generated from the following file: