gtsam  4.0.0
gtsam
gtsam::IterativeSolver Class Referenceabstract

Detailed Description

Base class for Iterative Solvers like SubgraphSolver.

+ Inheritance diagram for gtsam::IterativeSolver:

Public Member Functions

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)
 
virtual VectorValues optimize (const GaussianFactorGraph &gfg, const KeyInfo &keyInfo, const std::map< Key, Vector > &lambda, const VectorValues &initial)=0
 

Public Types

typedef boost::shared_ptr< IterativeSolvershared_ptr
 

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