Graphite  0.5.0
GPU-accelerated graph optimization framework
Loading...
Searching...
No Matches
eigen_solver.cpp File Reference
Include dependency graph for eigen_solver.cpp:

Classes

class  graphite::Decomp< Method >
 
class  graphite::EigenLDLTSolverImpl< T, Index >
 

Namespaces

namespace  graphite
 The top-level namespace for Graphite.
 

Functions

template<>
EigenLDLTSolverImpl< double, int32_t > * graphite::create_eigen_ldlt_solver< EigenLDLTSolverImpl< double, int32_t > > ()
 
template<>
EigenLDLTSolverImpl< float, int32_t > * graphite::create_eigen_ldlt_solver< EigenLDLTSolverImpl< float, int32_t > > ()
 
template<>
EigenLDLTSolverImpl< double, int64_t > * graphite::create_eigen_ldlt_solver< EigenLDLTSolverImpl< double, int64_t > > ()
 
template<>
EigenLDLTSolverImpl< float, int64_t > * graphite::create_eigen_ldlt_solver< EigenLDLTSolverImpl< float, int64_t > > ()
 
template<>
void graphite::destroy_eigen_ldlt_solver< EigenLDLTSolverImpl< double, int32_t > > (EigenLDLTSolverImpl< double, int32_t > *solver)
 
template<>
void graphite::destroy_eigen_ldlt_solver< EigenLDLTSolverImpl< float, int32_t > > (EigenLDLTSolverImpl< float, int32_t > *solver)
 
template<>
void graphite::destroy_eigen_ldlt_solver< EigenLDLTSolverImpl< double, int64_t > > (EigenLDLTSolverImpl< double, int64_t > *solver)
 
template<>
void graphite::destroy_eigen_ldlt_solver< EigenLDLTSolverImpl< float, int64_t > > (EigenLDLTSolverImpl< float, int64_t > *solver)