Implementation of Conjugate Gradient solver for a linear system. More...
#include <gtsam/linear/IterativeSolver.h>

Go to the source code of this file.
Classes | |
| struct | gtsam::ConjugateGradientParameters |
Namespaces | |
| gtsam | |
| traits | |
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.
Definition in file ConjugateGradientSolver.h.