55 bool equals(
const This& other,
double tol = 1e-9)
const;
59 friend class ::EliminationTreeTester;
Definition: GaussianEliminationTree.h:27
Template to create a binary predicate.
Definition: Testable.h:110
The VariableIndex class computes and stores the block column structure of a factor graph.
Definition: VariableIndex.h:43
Chordal Bayes Net, the result of eliminating a factor graph.
A Linear Factor Graph is a factor graph where all factors are Gaussian, i.e.
Definition: GaussianFactorGraph.h:65
An elimination tree is a data structure used intermediately during elimination.
Definition: EliminationTree.h:51
EliminationTree< GaussianBayesNet, GaussianFactorGraph > Base
Base class.
Definition: GaussianEliminationTree.h:31
GaussianEliminationTree This
This class.
Definition: GaussianEliminationTree.h:32
Global functions in a separate testing namespace.
Definition: chartTesting.h:28
boost::shared_ptr< This > shared_ptr
Shared pointer to this class.
Definition: GaussianEliminationTree.h:33
Linear Factor Graph where all factors are Gaussians.
Definition: Ordering.h:34