Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Enumerations
a
c
d
e
f
g
i
k
l
m
n
p
q
r
s
t
u
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Classes
Class List
Class Hierarchy
Class Members
All
!
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
!
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
f
k
l
m
n
o
p
r
s
t
v
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Related Functions
:
a
b
c
d
e
g
h
i
l
m
n
o
p
r
s
t
u
v
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
x
z
Enumerations
Enumerator
b
c
e
f
g
i
l
m
n
o
p
r
s
t
u
v
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
gtsam
symbolic
SymbolicEliminationTree.h
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
#pragma once
20
21
#include <
gtsam/symbolic/SymbolicBayesNet.h
>
22
#include <
gtsam/symbolic/SymbolicFactorGraph.h
>
23
#include <
gtsam/inference/EliminationTree.h
>
24
25
namespace
gtsam
{
26
27
class
GTSAM_EXPORT
SymbolicEliminationTree
:
28
public
EliminationTree
<SymbolicBayesNet, SymbolicFactorGraph>
29
{
30
public
:
31
typedef
EliminationTree<SymbolicBayesNet, SymbolicFactorGraph>
Base
;
32
typedef
SymbolicEliminationTree
This
;
33
typedef
std::shared_ptr<This>
shared_ptr
;
34
40
SymbolicEliminationTree
(
const
SymbolicFactorGraph
&
factorGraph
,
41
const
VariableIndex
& structure,
const
Ordering
& order);
42
47
SymbolicEliminationTree
(
const
SymbolicFactorGraph
&
factorGraph
,
48
const
Ordering
& order);
49
51
bool
equals
(
const
This
&
other
,
double
tol
= 1
e
-9)
const
;
52
53
private
:
54
56
SymbolicEliminationTree
() {}
57
58
friend
class ::EliminationTreeTester;
59
60
};
61
63
template
<>
64
struct
traits
<
SymbolicEliminationTree
> :
public
Testable
<SymbolicEliminationTree> {
65
};
66
67
}
//\ namespace gtsam
gtsam::SymbolicEliminationTree::Base
EliminationTree< SymbolicBayesNet, SymbolicFactorGraph > Base
Base class.
Definition:
SymbolicEliminationTree.h:31
e
Array< double, 1, 3 > e(1./3., 0.5, 2.)
gtsam::SymbolicEliminationTree::This
SymbolicEliminationTree This
This class.
Definition:
SymbolicEliminationTree.h:32
gtsam::EliminationTree
Definition:
EliminationTree.h:51
asia::factorGraph
static const DiscreteFactorGraph factorGraph(bayesNet)
gtsam::SymbolicFactorGraph
Definition:
SymbolicFactorGraph.h:61
SymbolicFactorGraph.h
gtsam::VariableIndex
Definition:
VariableIndex.h:41
gtsam::SymbolicEliminationTree::shared_ptr
std::shared_ptr< This > shared_ptr
Shared pointer to this class.
Definition:
SymbolicEliminationTree.h:33
gtsam::equals
Definition:
Testable.h:112
gtsam::SymbolicEliminationTree::SymbolicEliminationTree
SymbolicEliminationTree()
Definition:
SymbolicEliminationTree.h:56
gtsam
traits
Definition:
SFMdata.h:40
gtsam::Testable
Definition:
Testable.h:152
gtsam::traits
Definition:
Group.h:36
gtsam::tol
const G double tol
Definition:
Group.h:79
SymbolicBayesNet.h
EliminationTree.h
gtsam::Ordering
Definition:
inference/Ordering.h:33
pybind_wrapper_test_script.other
other
Definition:
pybind_wrapper_test_script.py:42
gtsam::SymbolicEliminationTree
Definition:
SymbolicEliminationTree.h:27
gtsam
Author(s):
autogenerated on Wed Mar 19 2025 03:04:38