|
GTSAM
4.0.2
C++ library for smoothing and mapping (SAM)
|
#include <IterativeSolver.h>

Public Types | |
| typedef std::shared_ptr< IterativeSolver > | shared_ptr |
Public Member Functions | |
| GTSAM_EXPORT VectorValues | optimize (const GaussianFactorGraph &gfg, const KeyInfo *=nullptr, const std::map< Key, Vector > *lambda=nullptr) |
| GTSAM_EXPORT 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 |
Base class for Iterative Solvers like SubgraphSolver
1.8.13