Time elimination with simple Kalman Smoothing example. More...

Go to the source code of this file.
Functions | |
| int | main () |
| TEST (timeGaussianFactorGraph, linearTime) | |
| TEST (timeGaussianFactorGraph, planar_eliminate_new) | |
| TEST (timeGaussianFactorGraph, planar_eliminate_old) | |
| TEST (timeGaussianFactorGraph, planar_new) | |
| TEST (timeGaussianFactorGraph, planar_old) | |
| double | timeKalmanSmoother (int T) |
| double | timePlanarSmoother (int N, bool old=true) |
| double | timePlanarSmootherEliminate (int N, bool old=true) |
Variables | |
| int | grid_size = 100 |
Time elimination with simple Kalman Smoothing example.
Definition in file timeGaussianFactorGraph.cpp.
| int main | ( | ) |
Definition at line 213 of file timeGaussianFactorGraph.cpp.
| TEST | ( | timeGaussianFactorGraph | , |
| linearTime | |||
| ) |
Definition at line 117 of file timeGaussianFactorGraph.cpp.
| TEST | ( | timeGaussianFactorGraph | , |
| planar_eliminate_new | |||
| ) |
Definition at line 184 of file timeGaussianFactorGraph.cpp.
| TEST | ( | timeGaussianFactorGraph | , |
| planar_eliminate_old | |||
| ) |
Definition at line 175 of file timeGaussianFactorGraph.cpp.
| TEST | ( | timeGaussianFactorGraph | , |
| planar_new | |||
| ) |
Definition at line 166 of file timeGaussianFactorGraph.cpp.
| TEST | ( | timeGaussianFactorGraph | , |
| planar_old | |||
| ) |
Definition at line 157 of file timeGaussianFactorGraph.cpp.
| double timeKalmanSmoother | ( | int | T | ) |
Definition at line 28 of file timeGaussianFactorGraph.cpp.
| double timePlanarSmoother | ( | int | N, |
| bool | old = true |
||
| ) |
Definition at line 40 of file timeGaussianFactorGraph.cpp.
| double timePlanarSmootherEliminate | ( | int | N, |
| bool | old = true |
||
| ) |
Definition at line 51 of file timeGaussianFactorGraph.cpp.
| int grid_size = 100 |
Definition at line 154 of file timeGaussianFactorGraph.cpp.