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 |