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 |
SparseCOOElementTemplatInterface specification.
Definition at line 93 of file AbstractLinAlgPack_MatrixCOORTmplItfc.hpp.
1.4.7