Graphite Version 3
An experimental 3D geometry processing program
|
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.