Graphite
Loading...
Searching...
No Matches
graphite::EigenLDLTSolverImpl< T > Class Template Reference
Collaboration diagram for graphite::EigenLDLTSolverImpl< T >:

Public Types

using decomp_method = Eigen::SimplicialLDLT< Eigen::SparseMatrix< T, Eigen::ColMajor >, Eigen::Upper >
 

Public Member Functions

bool analyze_pattern (const Eigen::SparseMatrix< T, Eigen::ColMajor > &matrix)
 
bool factorize (const Eigen::SparseMatrix< T, Eigen::ColMajor > &matrix)
 
bool solve (const VecMap< T > &b, VecMap< T > &x)
 

Public Attributes

Decomp< decomp_method > decomp
 

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