38 typedef boost::shared_ptr<This> shared_ptr;
56 const boost::optional<size_t>& maxNrLeaves = boost::none,
57 const boost::optional<Ordering>& ordering = boost::none,
58 const HybridBayesTree::Eliminate& function =
71 const boost::optional<size_t>& maxNrLeaves = boost::none,
72 const boost::optional<Ordering>& ordering = boost::none,
73 const HybridBayesTree::Eliminate& function =
Concept check for values that can be used in unit tests.
Linearized Hybrid factor graph that uses type erasure.
Hybrid Bayes Tree, the result of eliminating a HybridJunctionTree.
Incremental update functionality (iSAM) for BayesTree.
Global functions in a separate testing namespace.
Definition chartTesting.h:28
A manifold defines a space in which there is a notion of a linear tangent space that can be centered ...
Definition concepts.h:30
A helper that implements the traits interface for GTSAM types.
Definition Testable.h:151
A Bayes tree representing a Hybrid density.
Definition HybridBayesTree.h:64
static std::pair< boost::shared_ptr< ConditionalType >, boost::shared_ptr< FactorType > > DefaultEliminate(const FactorGraphType &factors, const Ordering &keys)
The default dense elimination function.
Definition HybridGaussianFactorGraph.h:82
Definition HybridGaussianFactorGraph.h:102
Definition HybridGaussianISAM.h:34
void update(const HybridGaussianFactorGraph &newFactors, const boost::optional< size_t > &maxNrLeaves=boost::none, const boost::optional< Ordering > &ordering=boost::none, const HybridBayesTree::Eliminate &function=HybridBayesTree::EliminationTraitsType::DefaultEliminate)
Perform update step with new factors.
Definition HybridGaussianISAM.cpp:118
HybridGaussianISAM()
Create an empty Bayes Tree.
Definition HybridGaussianISAM.cpp:35
static Ordering GetOrdering(HybridGaussianFactorGraph &factors, const HybridGaussianFactorGraph &newFactors)
Helper method to get an ordering given the existing factors and any new factors added.
Definition HybridGaussianISAM.cpp:42
FastList< sharedClique > Cliques
Definition BayesTree.h:89
ISAM()
Definition ISAM.h:49