|
GTSAM
4.0.2
C++ library for smoothing and mapping (SAM)
|
Iterative methods, implementation. More...
#include <gtsam/base/Matrix.h>#include <gtsam/linear/VectorValues.h>#include <gtsam/linear/ConjugateGradientSolver.h>#include <gtsam/linear/iterative-inl.h>

Go to the source code of this file.
Classes | |
| class | gtsam::System |
Namespaces | |
| gtsam | |
Functions | |
| template<class S , class V , class E > | |
| V | gtsam::conjugateGradients (const S &Ab, V x, const ConjugateGradientParameters ¶meters, bool steepest) |
| GTSAM_EXPORT Vector | gtsam::steepestDescent (const System &Ab, const Vector &x, const IterativeOptimizationParameters ¶meters) |
| GTSAM_EXPORT Vector | gtsam::conjugateGradientDescent (const System &Ab, const Vector &x, const ConjugateGradientParameters ¶meters) |
| GTSAM_EXPORT Vector | gtsam::steepestDescent (const Matrix &A, const Vector &b, const Vector &x, const ConjugateGradientParameters ¶meters) |
| GTSAM_EXPORT Vector | gtsam::conjugateGradientDescent (const Matrix &A, const Vector &b, const Vector &x, const ConjugateGradientParameters ¶meters) |
| GTSAM_EXPORT VectorValues | gtsam::steepestDescent (const GaussianFactorGraph &fg, const VectorValues &x, const ConjugateGradientParameters ¶meters) |
| GTSAM_EXPORT VectorValues | gtsam::conjugateGradientDescent (const GaussianFactorGraph &fg, const VectorValues &x, const ConjugateGradientParameters ¶meters) |
Iterative methods, implementation.
1.8.13