#include <IterativeSolver.h>
|
| | IterativeSolver () |
| |
| GTSAM_EXPORT VectorValues | optimize (const GaussianFactorGraph &gfg, boost::optional< const KeyInfo & >=boost::none, boost::optional< const std::map< Key, Vector > & > lambda=boost::none) |
| |
| 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 |
| |
| virtual | ~IterativeSolver () |
| |
Base class for Iterative Solvers like SubgraphSolver
Definition at line 86 of file IterativeSolver.h.
| gtsam::IterativeSolver::IterativeSolver |
( |
| ) |
|
|
inline |
| virtual gtsam::IterativeSolver::~IterativeSolver |
( |
| ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following files: