|
GTSAM
4.0.2
C++ library for smoothing and mapping (SAM)
|
Simple non-linear optimizer that solves using non-preconditioned CG. More...

Go to the source code of this file.
Classes | |
| class | gtsam::NonlinearConjugateGradientOptimizer |
Namespaces | |
| gtsam | |
Functions | |
| template<class S , class V , class W > | |
| double | gtsam::lineSearch (const S &system, const V currentValues, const W &gradient) |
| template<class S , class V > | |
| std::tuple< V, int > | gtsam::nonlinearConjugateGradient (const S &system, const V &initial, const NonlinearOptimizerParams ¶ms, const bool singleIteration, const bool gradientDescent=false) |
Simple non-linear optimizer that solves using non-preconditioned CG.
1.8.13