Geogram  Version 1.9.1-rc
A programming library of geometric algorithms
NLMatrixStruct Struct Reference

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.
 

Detailed Description

The base class for abstract matrices.

Definition at line 80 of file nl_matrix.h.

Member Data Documentation

◆ type

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.


The documentation for this struct was generated from the following file: