gtsam  3.2.1
gtsam
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HessianFactor.h File Reference

Contains the HessianFactor class, a general quadratic factor. More...

Go to the source code of this file.

Classes

struct  gtsam::SlotEntry
 One SlotEntry stores the slot index for a variable, as well its dimension. More...
 
class  gtsam::Scatter
 Scatter is an intermediate data structure used when building a HessianFactor incrementally, to get the keys in the right order. More...
 
class  gtsam::HessianFactor
 A Gaussian factor using the canonical parameters (information form) More...
 

Namespaces

 gtsam
 Global functions in a separate testing namespace.
 

Functions

std::pair< boost::shared_ptr
< GaussianConditional >
, boost::shared_ptr
< GaussianFactor > > 
gtsam::EliminatePreferCholesky (const GaussianFactorGraph &factors, const Ordering &keys)
 
std::pair< boost::shared_ptr
< GaussianConditional >
, boost::shared_ptr
< HessianFactor > > 
gtsam::EliminateCholesky (const GaussianFactorGraph &factors, const Ordering &keys)
 

Detailed Description

Contains the HessianFactor class, a general quadratic factor.

Author
Richard Roberts
Date
Dec 8, 2010