Geogram Version 1.9.6-rc
A programming library of geometric algorithms
|
Represents a coefficient in a sparse matrix. More...
#include <geogram/NL/nl_matrix.h>
Public Attributes | |
NLuint | index |
index of the coefficient. | |
NLdouble | value |
value of the coefficient. | |
Represents a coefficient in a sparse matrix.
Definition at line 135 of file nl_matrix.h.
NLuint NLCoeff::index |
index of the coefficient.
Definition at line 139 of file nl_matrix.h.
NLdouble NLCoeff::value |
value of the coefficient.
Definition at line 144 of file nl_matrix.h.