Functions | Variables
timeGaussianFactorGraph.cpp File Reference

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>
Include dependency graph for timeGaussianFactorGraph.cpp:

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
 

Detailed Description

Time elimination with simple Kalman Smoothing example.

Author
Frank Dellaert

Definition in file timeGaussianFactorGraph.cpp.

Function Documentation

int main ( void  )
  • ************************************************************************* */* ************************************************************************* */

Definition at line 215 of file timeGaussianFactorGraph.cpp.

TEST ( timeGaussianFactorGraph  ,
linearTime   
)
  • ************************************************************************* */ / Create a planar factor graph and join factors until matrix formation / This variation uses the original join factors approach * ************************************************************************* */ / Create a planar factor graph and join factors until matrix formation / This variation uses the single-allocate version to create the matrix

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.

Variable Documentation

int grid_size = 100

Definition at line 156 of file timeGaussianFactorGraph.cpp.



gtsam
Author(s):
autogenerated on Sat May 8 2021 02:51:42