Iterative methods, template implementation. More...
#include <gtsam/linear/iterative.h>#include <gtsam/linear/ConjugateGradientSolver.h>#include <boost/shared_ptr.hpp>

Go to the source code of this file.
Classes | |
| struct | gtsam::CGState< S, V, E > |
Namespaces | |
| gtsam | |
| traits | |
Functions | |
| template<class S , class V , class E > | |
| V | gtsam::conjugateGradients (const S &Ab, V x, const ConjugateGradientParameters ¶meters, bool steepest) |