LAMA
|
Public Member Functions | |
MatrixValue (IndexType row, IndexType col, ValueType val) | |
Data Fields | |
IndexType | i |
IndexType | j |
ValueType | v |
lama::MatrixValue< ValueType >::MatrixValue | ( | IndexType | row, |
IndexType | col, | ||
ValueType | val | ||
) | [inline] |
IndexType lama::MatrixValue< ValueType >::i |
Referenced by lama::StorageIO< T >::readCSRFromMMFile().
IndexType lama::MatrixValue< ValueType >::j |
Referenced by lama::StorageIO< T >::readCSRFromMMFile().
ValueType lama::MatrixValue< ValueType >::v |
Referenced by lama::StorageIO< T >::readCSRFromMMFile().