gtsam/tests
Frank Dellaert 7266293a61 Cleaned up some remaining JacobinaFactorGraph remnants 2012-09-05 03:52:01 +00:00
..
CMakeLists.txt
simulated2D.cpp Moved all Simulated* example domains and smallExample to the tests folder so they are no longer installed 2012-06-09 20:15:44 +00:00
simulated2D.h
simulated2DConstraints.h
simulated2DOriented.cpp Moved all Simulated* example domains and smallExample to the tests folder so they are no longer installed 2012-06-09 20:15:44 +00:00
simulated2DOriented.h
simulated3D.cpp Moved all Simulated* example domains and smallExample to the tests folder so they are no longer installed 2012-06-09 20:15:44 +00:00
simulated3D.h
smallExample.cpp
smallExample.h Fixed testIterative unit tests 2012-09-05 03:06:22 +00:00
testBoundingConstraint.cpp Moved all Simulated* example domains and smallExample to the tests folder so they are no longer installed 2012-06-09 20:15:44 +00:00
testDoglegOptimizer.cpp Created new dense matrix functions in GaussianFactorGraph returning pair<Matrix,Vector> for easier access, and renamed functions to augmentedJacobian, augmentedHessian, jacobian, hessian 2012-09-04 15:05:57 +00:00
testExtendedKalmanFilter.cpp
testGaussianBayesNet.cpp Moved all Simulated* example domains and smallExample to the tests folder so they are no longer installed 2012-06-09 20:15:44 +00:00
testGaussianFactor.cpp Fixed testIterative unit tests 2012-09-05 03:06:22 +00:00
testGaussianFactorGraphB.cpp Fixed testIterative unit tests 2012-09-05 03:06:22 +00:00
testGaussianISAM.cpp
testGaussianISAM2.cpp
testGaussianJunctionTreeB.cpp
testGradientDescentOptimizer.cpp
testGraph.cpp
testInferenceB.cpp
testIterative.cpp Fixed testIterative unit tests 2012-09-05 03:06:22 +00:00
testMarginals.cpp Fixed dimensions bug in Marginals and added unit test 2012-07-23 19:29:52 +00:00
testNonlinearEquality.cpp
testNonlinearFactor.cpp
testNonlinearFactorGraph.cpp
testNonlinearISAM.cpp
testNonlinearOptimizer.cpp
testOccupancyGrid.cpp
testRot3Optimization.cpp clean up noise model: Remove Shared[NoiseModel] classes and headers, typedef for backward compatibility in NoiseModel.h. Fix all tests and examples to create shared noise models through static functions in noise model classes. Fix MATLAB wrapper and examples as well. Add tests for MATLAB examples 2012-06-22 19:36:49 +00:00
testSerializationSLAM.cpp
testSimulated2D.cpp
testSimulated2DOriented.cpp clean up noise model: Remove Shared[NoiseModel] classes and headers, typedef for backward compatibility in NoiseModel.h. Fix all tests and examples to create shared noise models through static functions in noise model classes. Fix MATLAB wrapper and examples as well. Add tests for MATLAB examples 2012-06-22 19:36:49 +00:00
testSimulated3D.cpp Moved all Simulated* example domains and smallExample to the tests folder so they are no longer installed 2012-06-09 20:15:44 +00:00
testSubgraphPreconditioner.cpp Removed JacobianFactorGraph - moved its linear algebra interface to GaussianFactorGraph and redirected all uses of it to GaussianFactorGraph 2012-09-04 22:42:09 +00:00
testSubgraphSolver.cpp
testSymbolicBayesNetB.cpp
testSymbolicFactorGraphB.cpp Created derived classes for SymbolicSequentialSolver and SymbolicMultifrontalSolver. This simplifies calling eliminate, mimics the Gaussian versions, and makes matlab wrapping possible. 2012-06-21 22:31:41 +00:00
timeGaussianFactorGraph.cpp Moved all Simulated* example domains and smallExample to the tests folder so they are no longer installed 2012-06-09 20:15:44 +00:00
timeMultifrontalOnDataset.cpp
timeSequentialOnDataset.cpp Streamlining of SLAM namespaces: 2012-06-24 02:48:12 +00:00