Entry in the sparse matrix. More...
#include <SparseMatrix.h>
Public Attributes | |
int | i |
int | j |
double | val |
Entry in the sparse matrix.
Entry in sparse matrix, with row, column indicies and value.
Definition at line 23 of file SparseMatrix.h.
Definition at line 25 of file SparseMatrix.h.
Definition at line 26 of file SparseMatrix.h.
double MeshLib::_Entry::val |
Definition at line 27 of file SparseMatrix.h.