It store one non-zero element in the sparse matrix. More...
It store one non-zero element in the sparse matrix.
Given a row, and a column, store a value
Definition at line 24 of file SparseMatrix_Eigen.hpp.
#include <SparseMatrix_Eigen.hpp>
Public Member Functions | |
long int & | row () |
long int & | col () |
T & | value () |
triplet (long int i, long int j, T val) | |
Constructor from row, colum and value. | |
Private Attributes | |
Eigen::Triplet< T, long int > | triplet_ei |
Constructor from row, colum and value.
i | row |
j | colum |
val | value |
Definition at line 58 of file SparseMatrix_Eigen.hpp.
Definition at line 66 of file SparseMatrix_Eigen.hpp.
|
inline |
Definition at line 37 of file SparseMatrix_Eigen.hpp.
|
inline |
Definition at line 30 of file SparseMatrix_Eigen.hpp.
|
inline |
Definition at line 44 of file SparseMatrix_Eigen.hpp.
|
private |
Definition at line 26 of file SparseMatrix_Eigen.hpp.