COOMatrixTemplateInterface template interface.
More...
#include <AbstractLinAlgPack_MatrixCOORTmplItfc.hpp>
Public Types | |
| typedef T_Index | size_type |
| typedef ptrdiff_t | difference_type |
|
typedef MatrixCOORTmplItfcItrEleView< T_Scalar, T_Index > | element_type |
| typedef T_Scalar | value_type |
| typedef T_Index | index_type |
|
typedef MatrixCOORTmplItfcItr< T_Scalar, T_Index > | const_iterator |
Public Member Functions | |
| MatrixCOORTmplItfc (size_type rows, size_type cols, size_type nz, difference_type row_offset, difference_type col_offset, const T_Scalar *values, const T_Index *row_i, const T_Index *col_j) | |
| size_type | rows () const |
| size_type | cols () const |
| size_type | nz () const |
| difference_type | row_offset () const |
| difference_type | col_offset () const |
| const_iterator | begin () const |
| const_iterator | end () const |
COOMatrixTemplateInterface template interface.
Definition at line 49 of file AbstractLinAlgPack_MatrixCOORTmplItfc.hpp.
1.4.7