Graphite Version 3
An experimental 3D geometry processing program
Loading...
Searching...
No Matches
NLCoeff Struct Reference

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.
 

Detailed Description

Represents a coefficient in a sparse matrix.

Definition at line 135 of file nl_matrix.h.

Member Data Documentation

◆ index

NLuint NLCoeff::index

index of the coefficient.

Definition at line 139 of file nl_matrix.h.

◆ value

NLdouble NLCoeff::value

value of the coefficient.

Definition at line 144 of file nl_matrix.h.


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