Nektar++
|
#include <BlockMatrix.hpp>
Public Types | |
typedef MatrixType::InnerType | IteratorInnerType |
typedef FullMatrixFuncs | StoragePolicy |
Public Member Functions | |
iterator_base (MatrixType &m, unsigned int curRow, unsigned int curCol) | |
iterator_base (MatrixType &m) | |
iterator_base (const iterator_base< MatrixType > &rhs) | |
void | operator++ () |
NumberType | operator* () |
bool | operator== (const iterator_base< MatrixType > &rhs) |
bool | operator!= (const iterator_base< MatrixType > &rhs) |
Private Member Functions | |
iterator_base< MatrixType > & | operator= (const iterator_base< MatrixType > &rhs) |
Private Attributes | |
MatrixType & | m_matrix |
unsigned int | m_curRow |
unsigned int | m_curColumn |
Definition at line 68 of file BlockMatrix.hpp.
typedef MatrixType::InnerType Nektar::NekMatrix< NekMatrix< DataType, InnerMatrixType >, BlockMatrixTag >::iterator_base< MatrixType >::IteratorInnerType |
Definition at line 71 of file BlockMatrix.hpp.
typedef FullMatrixFuncs Nektar::NekMatrix< NekMatrix< DataType, InnerMatrixType >, BlockMatrixTag >::iterator_base< MatrixType >::StoragePolicy |
Definition at line 72 of file BlockMatrix.hpp.
|
inline |
Definition at line 75 of file BlockMatrix.hpp.
|
inline |
Definition at line 82 of file BlockMatrix.hpp.
|
inline |
Definition at line 89 of file BlockMatrix.hpp.
|
inline |
Definition at line 115 of file BlockMatrix.hpp.
|
inline |
Definition at line 105 of file BlockMatrix.hpp.
|
inline |
Definition at line 96 of file BlockMatrix.hpp.
|
private |
|
inline |
Definition at line 110 of file BlockMatrix.hpp.
|
private |
Definition at line 126 of file BlockMatrix.hpp.
|
private |
Definition at line 125 of file BlockMatrix.hpp.
|
private |
Definition at line 123 of file BlockMatrix.hpp.