Functions | |
Key | keyX (10) |
Key | keyY (8) |
Key | keyZ (12) |
Variables | |
Matrix | A11 = I_2x2 |
Matrix | A21 = -2 * I_2x2 |
Matrix | A22 = 3 * I_2x2 |
Matrix | A32 = -4 * I_2x2 |
Matrix | A33 = 5 * I_2x2 |
Vector2 | b1 (2, -1) |
Vector2 | b2 (4, -5) |
Vector2 | b3 (3, -6) |
auto | factor1 |
auto | factor2 |
auto | factor3 |
const GaussianFactorGraph | factors { factor1, factor2, factor3 } |
const Ordering | ordering { keyX, keyY, keyZ } |
double | sigma1 = 0.1 |
double | sigma2 = 0.5 |
double | sigma3 = 1.0 |
Key simple_graph::keyX | ( | 10 | ) |
Key simple_graph::keyY | ( | 8 | ) |
Key simple_graph::keyZ | ( | 12 | ) |
Matrix simple_graph::A11 = I_2x2 |
Definition at line 194 of file testJacobianFactor.cpp.
Matrix simple_graph::A21 = -2 * I_2x2 |
Definition at line 200 of file testJacobianFactor.cpp.
Matrix simple_graph::A22 = 3 * I_2x2 |
Definition at line 201 of file testJacobianFactor.cpp.
Matrix simple_graph::A32 = -4 * I_2x2 |
Definition at line 207 of file testJacobianFactor.cpp.
Matrix simple_graph::A33 = 5 * I_2x2 |
Definition at line 208 of file testJacobianFactor.cpp.
Vector2 simple_graph::b1(2, -1) |
Vector2 simple_graph::b2(4, -5) |
Vector2 simple_graph::b3(3, -6) |
auto simple_graph::factor1 |
auto simple_graph::factor2 |
auto simple_graph::factor3 |
const GaussianFactorGraph simple_graph::factors { factor1, factor2, factor3 } |
Definition at line 213 of file testJacobianFactor.cpp.
Definition at line 214 of file testJacobianFactor.cpp.
double simple_graph::sigma1 = 0.1 |
Definition at line 193 of file testJacobianFactor.cpp.
double simple_graph::sigma2 = 0.5 |
Definition at line 199 of file testJacobianFactor.cpp.
double simple_graph::sigma3 = 1.0 |
Definition at line 206 of file testJacobianFactor.cpp.