dune-istl
2.1.1
|
#include <dune/istl/diagonalmatrix.hh>
Public Member Functions | |
DiagonalMatrixWrapper () | |
DiagonalMatrixWrapper (const DiagonalMatrixType *mat) | |
size_type | realIndex (int i) const |
row_type * | pointer (int i) const |
bool | identical (const DiagonalMatrixWrapper &other) const |
Friends | |
class | ContainerWrapperIterator< const MyType, reference, reference > |
class | ContainerWrapperIterator< const MyType, const_reference, const_reference > |
Dune::DiagonalMatrixWrapper< DiagonalMatrixType >::DiagonalMatrixWrapper | ( | ) | [inline] |
Dune::DiagonalMatrixWrapper< DiagonalMatrixType >::DiagonalMatrixWrapper | ( | const DiagonalMatrixType * | mat | ) | [inline] |
bool Dune::DiagonalMatrixWrapper< DiagonalMatrixType >::identical | ( | const DiagonalMatrixWrapper< DiagonalMatrixType > & | other | ) | const [inline] |
row_type* Dune::DiagonalMatrixWrapper< DiagonalMatrixType >::pointer | ( | int | i | ) | const [inline] |
size_type Dune::DiagonalMatrixWrapper< DiagonalMatrixType >::realIndex | ( | int | i | ) | const [inline] |
friend class ContainerWrapperIterator< const MyType, const_reference, const_reference > [friend] |
friend class ContainerWrapperIterator< const MyType, reference, reference > [friend] |