|
GTSAM
4.0.2
C++ library for smoothing and mapping (SAM)
|
Implementation of Conjugate Gradient solver for a linear system. More...
#include <gtsam/linear/IterativeSolver.h>

Go to the source code of this file.
Classes | |
| class | gtsam::ConjugateGradientParameters |
Namespaces | |
| gtsam | |
Functions | |
| template<class S , class V > | |
| V | gtsam::preconditionedConjugateGradient (const S &system, const V &initial, const ConjugateGradientParameters ¶meters) |
Implementation of Conjugate Gradient solver for a linear system.
1.8.13