|
gtsam
4.0.0
gtsam
|
A virtual base class for the preconditioned conjugate gradient solver.
Inheritance diagram for gtsam::PCGSolver:Public Member Functions | |
| PCGSolver (const PCGSolverParameters &p) | |
| virtual VectorValues | optimize (const GaussianFactorGraph &gfg, const KeyInfo &keyInfo, const std::map< Key, Vector > &lambda, const VectorValues &initial) |
Public Member Functions inherited from gtsam::IterativeSolver | |
| VectorValues | optimize (const GaussianFactorGraph &gfg, boost::optional< const KeyInfo & >=boost::none, boost::optional< const std::map< Key, Vector > & > lambda=boost::none) |
| VectorValues | optimize (const GaussianFactorGraph &gfg, const KeyInfo &keyInfo, const std::map< Key, Vector > &lambda) |
Public Types | |
| typedef IterativeSolver | Base |
| typedef boost::shared_ptr< PCGSolver > | shared_ptr |
Public Types inherited from gtsam::IterativeSolver | |
| typedef boost::shared_ptr< IterativeSolver > | shared_ptr |
Protected Attributes | |
| PCGSolverParameters | parameters_ |
| boost::shared_ptr< Preconditioner > | preconditioner_ |