Graphite  0.5.0
GPU-accelerated graph optimization framework
Loading...
Searching...
No Matches
graphite::EigenLDLTWrapper< T, Index > Class Template Reference
Collaboration diagram for graphite::EigenLDLTWrapper< T, Index >:

Public Member Functions

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

Private Types

using solver_impl = EigenLDLTSolverImpl< T, Index >
 

Private Attributes

solver_impl * solver
 

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