MOOCHO (Single Doxygen Collection)
Version of the Day
|
Templated class for iterator returning objects that support the SparseCOOElementTemplatInterface
specification.
More...
#include <AbstractLinAlgPack_MatrixCOORTmplItfc.hpp>
Public Member Functions | |
MatrixCOORTmplItfcItr (const T_Scalar *value, const T_Index *row_i, const T_Index *col_j, T_Index nz) | |
void | operator++ () |
bool | operator!= (const MatrixCOORTmplItfcItr< T_Scalar, T_Index > &itr) const |
const MatrixCOORTmplItfcItrEleView < T_Scalar, T_Index > * | operator-> () const |
Private Member Functions | |
void | assert_nz () const |
MatrixCOORTmplItfcItr () | |
Private Attributes | |
MatrixCOORTmplItfcItrEleView < T_Scalar, T_Index > | ele_ |
Templated class for iterator returning objects that support the SparseCOOElementTemplatInterface
specification.
Definition at line 56 of file AbstractLinAlgPack_MatrixCOORTmplItfc.hpp.
|
inline |
Definition at line 135 of file AbstractLinAlgPack_MatrixCOORTmplItfc.hpp.
|
private |
|
inline |
Definition at line 141 of file AbstractLinAlgPack_MatrixCOORTmplItfc.hpp.
|
inline |
Definition at line 147 of file AbstractLinAlgPack_MatrixCOORTmplItfc.hpp.
|
inline |
Definition at line 149 of file AbstractLinAlgPack_MatrixCOORTmplItfc.hpp.
|
inlineprivate |
Definition at line 162 of file AbstractLinAlgPack_MatrixCOORTmplItfc.hpp.
|
private |
Definition at line 152 of file AbstractLinAlgPack_MatrixCOORTmplItfc.hpp.