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 
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
bool equals(const This &fg, double tol=1e-9) const
Check equality up to tolerance.
GTSAM_EXPORT bool equals(const This &bn, double tol=1e-9) const
traits
Definition: chartTesting.h:28
const G double tol
Definition: Group.h:86
Factor Graph Base Class.


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:36:34