dune-istl  2.2.1
Public Member Functions | Friends | List of all members
Dune::DiagonalMatrixWrapper< DiagonalMatrixType > Class Template Reference

#include <dune/istl/diagonalmatrix.hh>

Public Member Functions

 DiagonalMatrixWrapper ()
 
 DiagonalMatrixWrapper (const DiagonalMatrixType *mat)
 
size_type realIndex (int i) const
 
row_typepointer (int i) const
 
bool identical (const DiagonalMatrixWrapper &other) const
 

Friends

class ContainerWrapperIterator< const MyType, reference, reference >
 
class ContainerWrapperIterator< const MyType, const_reference, const_reference >
 

Constructor & Destructor Documentation

template<class DiagonalMatrixType >
Dune::DiagonalMatrixWrapper< DiagonalMatrixType >::DiagonalMatrixWrapper ( )
inline
template<class DiagonalMatrixType >
Dune::DiagonalMatrixWrapper< DiagonalMatrixType >::DiagonalMatrixWrapper ( const DiagonalMatrixType *  mat)
inline

Member Function Documentation

template<class DiagonalMatrixType >
bool Dune::DiagonalMatrixWrapper< DiagonalMatrixType >::identical ( const DiagonalMatrixWrapper< DiagonalMatrixType > &  other) const
inline
template<class DiagonalMatrixType >
row_type* Dune::DiagonalMatrixWrapper< DiagonalMatrixType >::pointer ( int  i) const
inline
template<class DiagonalMatrixType >
size_type Dune::DiagonalMatrixWrapper< DiagonalMatrixType >::realIndex ( int  i) const
inline

Friends And Related Function Documentation

template<class DiagonalMatrixType >
friend class ContainerWrapperIterator< const MyType, const_reference, const_reference >
friend
template<class DiagonalMatrixType >
friend class ContainerWrapperIterator< const MyType, reference, reference >
friend

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