gtsam
symbolic
SymbolicBayesNet.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/inference/FactorGraph-inst.h
>
20
#include <
gtsam/symbolic/SymbolicBayesNet.h
>
21
22
namespace
gtsam
{
23
24
// Instantiate base class
25
template
class
FactorGraph<SymbolicConditional>;
26
27
/* ************************************************************************* */
28
bool
SymbolicBayesNet::equals
(
const
This
& bn,
double
tol
)
const
{
29
return
Base::equals
(bn,
tol
);
30
}
31
}
// namespace gtsam
gtsam::SymbolicBayesNet::equals
GTSAM_EXPORT bool equals(const This &bn, double tol=1e-9) const
Definition:
SymbolicBayesNet.cpp:28
FactorGraph-inst.h
Factor Graph Base Class.
gtsam::FactorGraph< SymbolicConditional >::equals
bool equals(const This &fg, double tol=1e-9) const
Check equality up to tolerance.
Definition:
FactorGraph-inst.h:50
gtsam
traits
Definition:
SFMdata.h:40
gtsam::tol
const G double tol
Definition:
Group.h:79
SymbolicBayesNet.h
gtsam::SymbolicBayesNet
Definition:
SymbolicBayesNet.h:32
gtsam
Author(s):
autogenerated on Sat Nov 16 2024 04:05:21