Time elimination with simple Kalman Smoothing example. More...
#include <time.h>
#include <boost/assign/std/list.hpp>
#include <CppUnitLite/TestHarness.h>
#include <tests/smallExample.h>
Go to the source code of this file.
Functions | |
int | main () |
TEST (timeGaussianFactorGraph, linearTime) | |
TEST (timeGaussianFactorGraph, planar_old) | |
TEST (timeGaussianFactorGraph, planar_new) | |
TEST (timeGaussianFactorGraph, planar_eliminate_old) | |
TEST (timeGaussianFactorGraph, planar_eliminate_new) | |
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 | ( | void | ) |
Definition at line 215 of file timeGaussianFactorGraph.cpp.
TEST | ( | timeGaussianFactorGraph | , |
linearTime | |||
) |
Definition at line 119 of file timeGaussianFactorGraph.cpp.
TEST | ( | timeGaussianFactorGraph | , |
planar_old | |||
) |
Definition at line 159 of file timeGaussianFactorGraph.cpp.
TEST | ( | timeGaussianFactorGraph | , |
planar_new | |||
) |
Definition at line 168 of file timeGaussianFactorGraph.cpp.
TEST | ( | timeGaussianFactorGraph | , |
planar_eliminate_old | |||
) |
Definition at line 177 of file timeGaussianFactorGraph.cpp.
TEST | ( | timeGaussianFactorGraph | , |
planar_eliminate_new | |||
) |
Definition at line 186 of file timeGaussianFactorGraph.cpp.
double timeKalmanSmoother | ( | int | T | ) |
Definition at line 30 of file timeGaussianFactorGraph.cpp.
double timePlanarSmoother | ( | int | N, |
bool | old = true |
||
) |
Definition at line 42 of file timeGaussianFactorGraph.cpp.
double timePlanarSmootherEliminate | ( | int | N, |
bool | old = true |
||
) |
Definition at line 53 of file timeGaussianFactorGraph.cpp.
int grid_size = 100 |
Definition at line 156 of file timeGaussianFactorGraph.cpp.