HybridEliminationTree.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 // Instantiate base class
24 template class EliminationTree<HybridBayesNet, HybridGaussianFactorGraph>;
25 
26 /* ************************************************************************* */
28  const HybridGaussianFactorGraph& factorGraph,
29  const VariableIndex& structure, const Ordering& order)
30  : Base(factorGraph, structure, order) {}
31 
32 /* ************************************************************************* */
34  const HybridGaussianFactorGraph& factorGraph, const Ordering& order)
35  : Base(factorGraph, order) {}
36 
37 /* ************************************************************************* */
38 bool HybridEliminationTree::equals(const This& other, double tol) const {
39  return Base::equals(other, tol);
40 }
41 
42 } // namespace gtsam
bool equals(const This &other, double tol=1e-9) const
HybridEliminationTree(const HybridGaussianFactorGraph &factorGraph, const VariableIndex &structure, const Ordering &order)
traits
Definition: chartTesting.h:28
const G double tol
Definition: Group.h:86


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