It store the non zero elements of the matrix. More...
It store the non zero elements of the matrix.
Definition at line 37 of file SparseMatrix.hpp.
#include <SparseMatrix.hpp>
Public Member Functions | |
triplet (long int i, long int j, T val) | |
long int & | row () |
long int & | col () |
T & | value () |
Data Fields | |
long int | i |
long int | j |
T | val |
|
inline |
Definition at line 43 of file SparseMatrix.hpp.
Definition at line 50 of file SparseMatrix.hpp.
|
inline |
Definition at line 59 of file SparseMatrix.hpp.
|
inline |
Definition at line 54 of file SparseMatrix.hpp.
|
inline |
Definition at line 64 of file SparseMatrix.hpp.
long int triplet< T, impl >::i |
Definition at line 39 of file SparseMatrix.hpp.
long int triplet< T, impl >::j |
Definition at line 40 of file SparseMatrix.hpp.
T triplet< T, impl >::val |
Definition at line 41 of file SparseMatrix.hpp.