It store the non zero elements of the matrix. More...
It store the non zero elements of the matrix.
Definition at line 35 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 |