dune-pdelab
2.4.1
|
#include <dune/pdelab/backend/simple/sparse.hh>
Public Types | |
typedef _RowOrdering | RowOrdering |
typedef _ColOrdering | ColOrdering |
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 (const RowOrdering &row_ordering, const ColOrdering &col_ordering) | |
Public Attributes | |
T | elements |
STL member. More... | |
typedef std::unordered_set<std::size_t> Dune::PDELab::simple::SparseMatrixPattern< _RowOrdering, _ColOrdering >::col_type |
typedef _ColOrdering Dune::PDELab::simple::SparseMatrixPattern< _RowOrdering, _ColOrdering >::ColOrdering |
typedef _RowOrdering Dune::PDELab::simple::SparseMatrixPattern< _RowOrdering, _ColOrdering >::RowOrdering |
|
inline |
|
inline |
|
inherited |
STL member.