51 bool equals(
const This& other,
double tol = 1e-9)
const;
58 friend class ::EliminationTreeTester;
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
EliminationTree(const FactorGraphType &factorGraph, const VariableIndex &structure, const Ordering &order)
The VariableIndex class computes and stores the block column structure of a factor graph.
Definition VariableIndex.h:43
Definition SymbolicEliminationTree.h:29
bool equals(const This &other, double tol=1e-9) const
Test whether the tree is equal to another.
Definition SymbolicEliminationTree.cpp:39
boost::shared_ptr< This > shared_ptr
Shared pointer to this class.
Definition SymbolicEliminationTree.h:33
EliminationTree< SymbolicBayesNet, SymbolicFactorGraph > Base
Base class.
Definition SymbolicEliminationTree.h:31
SymbolicEliminationTree This
This class.
Definition SymbolicEliminationTree.h:32
SymbolicEliminationTree(const SymbolicFactorGraph &factorGraph, const VariableIndex &structure, const Ordering &order)
Build the elimination tree of a factor graph using pre-computed column structure.
Definition SymbolicEliminationTree.cpp:28
Symbolic Factor Graph.
Definition SymbolicFactorGraph.h:64