It store the non zero elements of the matrix. More...
It store the non zero elements of the matrix.
Definition at line 27 of file SparseMatrix.hpp.
#include <SparseMatrix.hpp>
Data Fields | |
size_t | j |
T | value |
size_t cval< T >::j |
Definition at line 29 of file SparseMatrix.hpp.
T cval< T >::value |
Definition at line 30 of file SparseMatrix.hpp.