SymbolicBayesTree.cpp
Go to the documentation of this file.
1 /* ----------------------------------------------------------------------------
2 
3  * GTSAM Copyright 2010, Georgia Tech Research Corporation,
4  * Atlanta, Georgia 30332-0415
5  * All Rights Reserved
6  * Authors: Frank Dellaert, et al. (see THANKS for the full author list)
7 
8  * See LICENSE for the license information
9 
10  * -------------------------------------------------------------------------- */
11 
25 
26 namespace gtsam {
27 
28  // Instantiate base classes
29  template class BayesTreeCliqueBase<SymbolicBayesTreeClique, SymbolicFactorGraph>;
30  template class BayesTree<SymbolicBayesTreeClique>;
31 
32  /* ************************************************************************* */\
33  bool SymbolicBayesTree::equals(const This& other, double tol /* = 1e-9 */) const
34  {
35  return Base::equals(other, tol);
36  }
37 
38 }
SymbolicBayesTree.h
gtsam::SymbolicBayesTree
Definition: SymbolicBayesTree.h:48
SymbolicConditional.h
SymbolicFactorGraph.h
gtsam
traits
Definition: chartTesting.h:28
gtsam::SymbolicBayesTree::equals
bool equals(const This &other, double tol=1e-9) const
Definition: SymbolicBayesTree.cpp:33
gtsam::tol
const G double tol
Definition: Group.h:79
SymbolicBayesNet.h
gtsam::BayesTree< SymbolicBayesTreeClique >::equals
bool equals(const This &other, double tol=1e-9) const
Definition: BayesTree-inst.h:269
BayesTreeCliqueBase-inst.h
Base class for cliques of a BayesTree.
BayesTree-inst.h
Bayes Tree is a tree of cliques of a Bayes Chain.
pybind_wrapper_test_script.other
other
Definition: pybind_wrapper_test_script.py:42


gtsam
Author(s):
autogenerated on Tue Jun 25 2024 03:03:48