SymbolicConditional.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 
20 
21 namespace gtsam {
22 
23 using namespace std;
24 
25 /* ************************************************************************* */
26 void SymbolicConditional::print(const std::string& str,
27  const KeyFormatter& keyFormatter) const {
28  BaseConditional::print(str, keyFormatter);
29 }
30 
31 /* ************************************************************************* */
32 bool SymbolicConditional::equals(const This& c, double tol) const {
33  return BaseFactor::equals(c) && BaseConditional::equals(c);
34 }
35 
36 } // namespace gtsam
void print(const Matrix &A, const string &s, ostream &stream)
Definition: Matrix.cpp:155
bool equals(const This &c, double tol=1e-9) const
Scalar Scalar * c
Definition: benchVecAdd.cpp:17
Definition: Half.h:150
Definition: pytypes.h:928
std::function< std::string(Key)> KeyFormatter
Typedef for a function to format a key, i.e. to convert it to a string.
Definition: Key.h:35
traits
Definition: chartTesting.h:28
void print(const std::string &str="", const KeyFormatter &keyFormatter=DefaultKeyFormatter) const override
const G double tol
Definition: Group.h:83


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:45:07