Geogram
Version 1.9.1-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.