Geogram
Version 1.9.1-rc
A programming library of geometric algorithms
|
The base class for abstract matrices. More...
#include <geogram/NL/nl_matrix.h>
Public Attributes | |
NLuint | m |
number of rows | |
NLuint | n |
number of columns | |
NLenum | type |
Matrix type. More... | |
NLDestroyMatrixFunc | destroy_func |
Destructor. | |
NLMultMatrixVectorFunc | mult_func |
Matrix x vector product. | |
The base class for abstract matrices.
Definition at line 80 of file nl_matrix.h.
NLenum NLMatrixStruct::type |
Matrix type.
One of NL_MATRIX_SPARSE_DYNAMIC, NL_MATRIX_CRS, NL_MATRIX_SUPERLU_EXT, NL_CHOLDMOD_MATRIX_EXT, NL_MATRIX_FUNCTION, NL_MATRIX_OTHER
Definition at line 98 of file nl_matrix.h.