41 typedef std::shared_ptr<This> shared_ptr;
42 typedef std::weak_ptr<This> weak_ptr;
57 typedef std::shared_ptr<This> shared_ptr;
63 bool equals(
const This& other,
double tol = 1e-9)
const;
117 double determinant()
const;
124 double logDeterminant()
const;
128 Matrix marginalCovariance(
Key key)
const;
GaussianBayesTree()
Definition: GaussianBayesTree.h:60
Definition: GaussianBayesTree.h:49
Definition: Testable.h:152
Definition: VectorValues.h:74
Definition: BayesTreeCliqueBase.h:49
Definition: BayesTree.h:66
Definition: Testable.h:112
GTSAM_EXPORT Point3 optimize(const NonlinearFactorGraph &graph, const Values &values, Key landmarkKey)
Linear Factor Graph where all factors are Gaussians.
Definition: GaussianBayesTree.h:35
Bayes Tree is a tree of cliques of a Bayes Chain.
Definition: chartTesting.h:28
Chordal Bayes Net, the result of eliminating a factor graph.
Base class for cliques of a BayesTree.
std::uint64_t Key
Integer nonlinear key type.
Definition: types.h:102