Blender V5.0
LinearSolver::Coeff Struct Reference

Public Member Functions

 Coeff ()

Public Attributes

int index
double value

Detailed Description

Definition at line 31 of file linear_solver.cc.

Constructor & Destructor Documentation

◆ Coeff()

LinearSolver::Coeff::Coeff ( )
inline

Definition at line 32 of file linear_solver.cc.

References index, and value.

Member Data Documentation

◆ index

int LinearSolver::Coeff::index

Definition at line 38 of file linear_solver.cc.

Referenced by Coeff(), and EIG_linear_solver_matrix_add().

◆ value

double LinearSolver::Coeff::value

Definition at line 39 of file linear_solver.cc.

Referenced by Coeff(), and EIG_linear_solver_matrix_add().


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