Blender  V2.93
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 45 of file linear_solver.cc.

Constructor & Destructor Documentation

◆ Coeff()

Definition at line 46 of file linear_solver.cc.

References index, and value.

Member Data Documentation

◆ index

int LinearSolver::Coeff::index

Definition at line 52 of file linear_solver.cc.

Referenced by Coeff(), and EIG_linear_solver_matrix_add().

◆ value

double LinearSolver::Coeff::value

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