Nektar++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Private Member Functions | Private Attributes | List of all members
Nektar::NekMatrix< NekMatrix< DataType, InnerMatrixType >, BlockMatrixTag >::iterator_base< MatrixType > Class Template Reference

#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
 

Detailed Description

template<typename DataType, typename InnerMatrixType>
template<typename MatrixType>
class Nektar::NekMatrix< NekMatrix< DataType, InnerMatrixType >, BlockMatrixTag >::iterator_base< MatrixType >

Definition at line 68 of file BlockMatrix.hpp.

Member Typedef Documentation

template<typename DataType , typename InnerMatrixType >
template<typename MatrixType >
typedef MatrixType::InnerType Nektar::NekMatrix< NekMatrix< DataType, InnerMatrixType >, BlockMatrixTag >::iterator_base< MatrixType >::IteratorInnerType

Definition at line 71 of file BlockMatrix.hpp.

template<typename DataType , typename InnerMatrixType >
template<typename MatrixType >
typedef FullMatrixFuncs Nektar::NekMatrix< NekMatrix< DataType, InnerMatrixType >, BlockMatrixTag >::iterator_base< MatrixType >::StoragePolicy

Definition at line 72 of file BlockMatrix.hpp.

Constructor & Destructor Documentation

template<typename DataType , typename InnerMatrixType >
template<typename MatrixType >
Nektar::NekMatrix< NekMatrix< DataType, InnerMatrixType >, BlockMatrixTag >::iterator_base< MatrixType >::iterator_base ( MatrixType &  m,
unsigned int  curRow,
unsigned int  curCol 
)
inline
template<typename DataType , typename InnerMatrixType >
template<typename MatrixType >
Nektar::NekMatrix< NekMatrix< DataType, InnerMatrixType >, BlockMatrixTag >::iterator_base< MatrixType >::iterator_base ( MatrixType &  m)
inline
template<typename DataType , typename InnerMatrixType >
template<typename MatrixType >
Nektar::NekMatrix< NekMatrix< DataType, InnerMatrixType >, BlockMatrixTag >::iterator_base< MatrixType >::iterator_base ( const iterator_base< MatrixType > &  rhs)
inline

Member Function Documentation

template<typename DataType , typename InnerMatrixType >
template<typename MatrixType >
bool Nektar::NekMatrix< NekMatrix< DataType, InnerMatrixType >, BlockMatrixTag >::iterator_base< MatrixType >::operator!= ( const iterator_base< MatrixType > &  rhs)
inline

Definition at line 115 of file BlockMatrix.hpp.

116  {
117  return !(*this == rhs);
118  }
template<typename DataType , typename InnerMatrixType >
template<typename MatrixType >
NumberType Nektar::NekMatrix< NekMatrix< DataType, InnerMatrixType >, BlockMatrixTag >::iterator_base< MatrixType >::operator* ( )
inline
template<typename DataType , typename InnerMatrixType >
template<typename MatrixType >
void Nektar::NekMatrix< NekMatrix< DataType, InnerMatrixType >, BlockMatrixTag >::iterator_base< MatrixType >::operator++ ( )
inline

Definition at line 96 of file BlockMatrix.hpp.

template<typename DataType , typename InnerMatrixType >
template<typename MatrixType >
iterator_base<MatrixType>& Nektar::NekMatrix< NekMatrix< DataType, InnerMatrixType >, BlockMatrixTag >::iterator_base< MatrixType >::operator= ( const iterator_base< MatrixType > &  rhs)
private
template<typename DataType , typename InnerMatrixType >
template<typename MatrixType >
bool Nektar::NekMatrix< NekMatrix< DataType, InnerMatrixType >, BlockMatrixTag >::iterator_base< MatrixType >::operator== ( const iterator_base< MatrixType > &  rhs)
inline

Member Data Documentation

template<typename DataType , typename InnerMatrixType >
template<typename MatrixType >
unsigned int Nektar::NekMatrix< NekMatrix< DataType, InnerMatrixType >, BlockMatrixTag >::iterator_base< MatrixType >::m_curColumn
private

Definition at line 126 of file BlockMatrix.hpp.

template<typename DataType , typename InnerMatrixType >
template<typename MatrixType >
unsigned int Nektar::NekMatrix< NekMatrix< DataType, InnerMatrixType >, BlockMatrixTag >::iterator_base< MatrixType >::m_curRow
private

Definition at line 125 of file BlockMatrix.hpp.

template<typename DataType , typename InnerMatrixType >
template<typename MatrixType >
MatrixType& Nektar::NekMatrix< NekMatrix< DataType, InnerMatrixType >, BlockMatrixTag >::iterator_base< MatrixType >::m_matrix
private

Definition at line 123 of file BlockMatrix.hpp.