Blender  V3.3
Public Member Functions | Public Attributes | List of all members
LinearSolver::Coeff Struct Reference

Public Member Functions

 Coeff ()
 

Public Attributes

int index
 
double value
 

Detailed Description

Definition at line 30 of file linear_solver.cc.

Constructor & Destructor Documentation

◆ Coeff()

Definition at line 31 of file linear_solver.cc.

References index, and value.

Member Data Documentation

◆ index

int LinearSolver::Coeff::index

Definition at line 37 of file linear_solver.cc.

Referenced by Coeff(), and EIG_linear_solver_matrix_add().

◆ value

double LinearSolver::Coeff::value

Definition at line 38 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: