|
GTSAM
4.0.2
C++ library for smoothing and mapping (SAM)
|
Contains the HessianFactor class, a general quadratic factor. More...
#include <gtsam/linear/GaussianFactor.h>#include <gtsam/linear/Scatter.h>#include <gtsam/base/SymmetricBlockMatrix.h>#include <gtsam/base/FastVector.h>#include <gtsam/linear/HessianFactor-inl.h>

Go to the source code of this file.
Classes | |
| class | gtsam::HessianFactor |
| A Gaussian factor using the canonical parameters (information form) More... | |
| struct | gtsam::traits< HessianFactor > |
| traits More... | |
Namespaces | |
| gtsam | |
Functions | |
| GTSAM_EXPORT std::pair< std::shared_ptr< GaussianConditional >, std::shared_ptr< HessianFactor > > | gtsam::EliminateCholesky (const GaussianFactorGraph &factors, const Ordering &keys) |
| GTSAM_EXPORT std::pair< std::shared_ptr< GaussianConditional >, std::shared_ptr< GaussianFactor > > | gtsam::EliminatePreferCholesky (const GaussianFactorGraph &factors, const Ordering &keys) |
Contains the HessianFactor class, a general quadratic factor.
1.8.13