MOOCHO (Single Doxygen Collection)
Version of the Day
|
Templated class for objects that support the SparseCOOElementTemplatInterface
specification.
More...
#include <AbstractLinAlgPack_MatrixCOORTmplItfc.hpp>
Public Types | |
typedef T_Scalar | value_type |
typedef T_Index | index_type |
Public Member Functions | |
MatrixCOORTmplItfcItrEleView (const T_Scalar *value, const T_Index *row_i, const T_Index *col_j) | |
void | increment () |
bool | operator!= (const MatrixCOORTmplItfcItrEleView< T_Scalar, T_Index > &ele) const |
T_Scalar | value () const |
T_Index | row_i () const |
T_Index | col_j () const |
Private Member Functions | |
MatrixCOORTmplItfcItrEleView () | |
Private Attributes | |
const T_Scalar * | value_ |
const T_Index * | row_i_ |
const T_Index * | col_j_ |
Templated class for objects that support the SparseCOOElementTemplatInterface
specification.
Definition at line 53 of file AbstractLinAlgPack_MatrixCOORTmplItfc.hpp.
typedef T_Scalar AbstractLinAlgPack::MatrixCOORTmplItfcItrEleView< T_Scalar, T_Index >::value_type |
Definition at line 108 of file AbstractLinAlgPack_MatrixCOORTmplItfc.hpp.
typedef T_Index AbstractLinAlgPack::MatrixCOORTmplItfcItrEleView< T_Scalar, T_Index >::index_type |
Definition at line 109 of file AbstractLinAlgPack_MatrixCOORTmplItfc.hpp.
|
inline |
Definition at line 110 of file AbstractLinAlgPack_MatrixCOORTmplItfc.hpp.
|
private |
|
inline |
Definition at line 115 of file AbstractLinAlgPack_MatrixCOORTmplItfc.hpp.
|
inline |
Definition at line 116 of file AbstractLinAlgPack_MatrixCOORTmplItfc.hpp.
|
inline |
Definition at line 118 of file AbstractLinAlgPack_MatrixCOORTmplItfc.hpp.
|
inline |
Definition at line 119 of file AbstractLinAlgPack_MatrixCOORTmplItfc.hpp.
|
inline |
Definition at line 120 of file AbstractLinAlgPack_MatrixCOORTmplItfc.hpp.
|
private |
Definition at line 122 of file AbstractLinAlgPack_MatrixCOORTmplItfc.hpp.
|
private |
Definition at line 123 of file AbstractLinAlgPack_MatrixCOORTmplItfc.hpp.
|
private |
Definition at line 124 of file AbstractLinAlgPack_MatrixCOORTmplItfc.hpp.