gtsam
symbolic
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
19
#include <
gtsam/symbolic/SymbolicBayesTree.h
>
20
#include <
gtsam/symbolic/SymbolicFactorGraph.h
>
21
#include <
gtsam/symbolic/SymbolicBayesNet.h
>
22
#include <
gtsam/symbolic/SymbolicConditional.h
>
23
#include <
gtsam/inference/BayesTree-inst.h
>
24
#include <
gtsam/inference/BayesTreeCliqueBase-inst.h
>
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
}
BayesTreeCliqueBase-inst.h
Base class for cliques of a BayesTree.
gtsam::BayesTree< SymbolicBayesTreeClique >::equals
bool equals(const This &other, double tol=1e-9) const
Definition:
BayesTree-inst.h:269
SymbolicBayesNet.h
SymbolicBayesTree.h
gtsam::SymbolicBayesTree::equals
bool equals(const This &other, double tol=1e-9) const
Definition:
SymbolicBayesTree.cpp:33
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
traits
Definition:
chartTesting.h:28
gtsam::SymbolicBayesTree
Definition:
SymbolicBayesTree.h:48
gtsam::tol
const G double tol
Definition:
Group.h:86
SymbolicFactorGraph.h
SymbolicConditional.h
gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:36:34