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

◆ destroy_func

NLDestroyMatrixFunc NLMatrixStruct::destroy_func

Destructor.

Definition at line 103 of file nl_matrix.h.

◆ m

NLuint NLMatrixStruct::m

number of rows

Definition at line 84 of file nl_matrix.h.

◆ mult_func

NLMultMatrixVectorFunc NLMatrixStruct::mult_func

Matrix x vector product.

Definition at line 108 of file nl_matrix.h.

◆ n

NLuint NLMatrixStruct::n

number of columns

Definition at line 89 of file nl_matrix.h.

◆ 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: