ImFusion C++ SDK 4.4.0
ImFusion::LinearSystemSolver Class Referenceabstract

#include <ImFusion/Base/LinearSystemSolvers.h>

Interface for linear system solvers. More...

Inheritance diagram for ImFusion::LinearSystemSolver:

Detailed Description

Interface for linear system solvers.

Public Types

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
}

Public Member Functions

virtual void solve (Eigen::SparseMatrix< float > &A, Eigen::VectorXf &b, Eigen::VectorXf &x, Eigen::VectorXf &x0)=0
void solve (Eigen::SparseMatrix< float > &A, Eigen::SparseVector< float > &b, Eigen::VectorXf &x, Eigen::VectorXf &x0)
void setVerbose (bool flag)

Protected Attributes

bool m_verbose

The documentation for this class was generated from the following file:
  • ImFusion/Base/LinearSystemSolvers.h
Search Tab / S to search, Esc to close