ImFusion SDK 4.3
LLTFloatSolver Class Reference

#include <ImFusion/Base/LinearSystemSolvers.h>

Solver using Cholesky decomposition of the matrix. More...

+ Inheritance diagram for LLTFloatSolver:

Detailed Description

Solver using Cholesky decomposition of the matrix.

Public Member Functions

void solve (Eigen::SparseMatrix< float > &A, Eigen::VectorXf &b, Eigen::VectorXf &x, Eigen::VectorXf &x0) override
 
- Public Member Functions inherited from LinearSystemSolver
void solve (Eigen::SparseMatrix< float > &A, Eigen::SparseVector< float > &b, Eigen::VectorXf &x, Eigen::VectorXf &x0)
 
void setVerbose (bool flag)
 

Additional Inherited Members

- Public Types inherited from LinearSystemSolver
enum  Solver {
  LLT_FLOAT = 0 , LLT_EIGEN = 1 , CG_EIGEN = 2 , BICGSTAB_FLOAT = 3 ,
  BICGSTAB_EIGEN = 4 , BICGSTAB_EIGEN_FLOAT = 5 , BICGSTAB_VIENNA = 6 , BICGSTAB_VIENNA_GPU = 7
}
 
- Protected Attributes inherited from LinearSystemSolver
bool m_verbose
 

Member Function Documentation

◆ solve()

void solve ( Eigen::SparseMatrix< float > & A,
Eigen::VectorXf & b,
Eigen::VectorXf & x,
Eigen::VectorXf & x0 )
overridevirtual

Implements LinearSystemSolver.


The documentation for this class was generated from the following file:
Search Tab / S to search, Esc to close