gtsam/tests
Alex Cunningham 03b4743e7a Removed unnecessary cpp file in vSLAMexample, added CMake support for examples, used static linking to the real gtsam for tests 2012-01-31 05:28:02 +00:00
..
matlab wrapped new KF style and fixed test 2012-01-27 22:20:43 +00:00
CMakeLists.txt Removed unnecessary cpp file in vSLAMexample, added CMake support for examples, used static linking to the real gtsam for tests 2012-01-31 05:28:02 +00:00
Makefile.am Merged Rot3M.h and Rot3Q.h into Rot3.h, which now defines both Rot3M and Rot3Q. 2012-01-02 02:24:29 +00:00
testBoundingConstraint.cpp Matlab wrapped classes now live within the gtsam namespace, meaning you have to use gtsamPose2 instead of just Pose2 in Matlab. This fixes the Point2 and Point3 issues we had with Matlab 2011b. 2012-01-30 22:00:13 +00:00
testDoglegOptimizer.cpp Cleanup from FactorGraph-inl.h 2011-12-21 16:59:37 +00:00
testExtendedKalmanFilter.cpp Fixed index bug in ExtendedKalmanFilter unit test 2012-01-30 23:37:47 +00:00
testGaussianBayesNet.cpp Added determinant function to GaussianBayesNet and added a unit test 2011-10-21 21:45:40 +00:00
testGaussianFactor.cpp Removed old Testable base class 2011-10-20 02:11:28 +00:00
testGaussianFactorGraph.cpp Fixed switching to QR for constrained graphs 2011-11-10 19:44:03 +00:00
testGaussianISAM.cpp VectorValues documentation and interface cleanup, additional unit tests and bug fix. 2011-10-29 18:53:08 +00:00
testGaussianISAM2.cpp Ability to manually constrain specified variables to end of ordering in iSAM2 2012-01-03 19:14:00 +00:00
testGaussianJunctionTree.cpp refactored Pose2SLAM 2012-01-28 02:31:44 +00:00
testGraph.cpp refactored Pose2SLAM 2012-01-28 02:31:44 +00:00
testInference.cpp Changed LieValues->Values. Did not change Values typedefs in slam domains, just adjusted namespaces 2011-11-06 19:08:42 +00:00
testNonlinearEquality.cpp Matlab wrapped classes now live within the gtsam namespace, meaning you have to use gtsamPose2 instead of just Pose2 in Matlab. This fixes the Point2 and Point3 issues we had with Matlab 2011b. 2012-01-30 22:00:13 +00:00
testNonlinearFactor.cpp Included the inline header at the bottom of SubgraphSolver, NonlinearFactorGraph, NonlinearOptimization, and NonlinearOptimizer. This avoids having to include the '-inl.h' in subsequent projects. 2011-12-20 23:25:43 +00:00
testNonlinearFactorGraph.cpp Included the inline header at the bottom of SubgraphSolver, NonlinearFactorGraph, NonlinearOptimization, and NonlinearOptimizer. This avoids having to include the '-inl.h' in subsequent projects. 2011-12-20 23:25:43 +00:00
testNonlinearISAM.cpp (in branch) Merged from trunk r7760-r7959 2011-11-29 17:02:02 +00:00
testNonlinearOptimizer.cpp refactored Pose2SLAM 2012-01-28 02:31:44 +00:00
testPose2SLAMwSPCG.cpp For ASPN release, added temporary ENABLE_SPCG flag to avoid conflict with boost::variant 2012-01-27 16:43:31 +00:00
testRot3Optimization.cpp Simplified Rot3 by having only one implementation available at a time 2012-01-02 20:24:23 +00:00
testSerialization.cpp added tests folder to cmake build, fixed testSerialization due to namespace changes, set up linking with boost 2012-01-31 05:28:00 +00:00
testSymbolicBayesNet.cpp Removed old Testable base class 2011-10-20 02:11:28 +00:00
testSymbolicFactorGraph.cpp Cleanup from FactorGraph-inl.h 2011-12-21 16:59:37 +00:00
testTupleValues.cpp Values and TupleValues throw error if attempting to insert the same key twice, also improved error handling with specific exception types. 2012-01-06 18:58:20 +00:00
timeGaussianFactorGraph.cpp Commented use of GTSAM_MAGIC_KEY 2011-08-18 13:18:26 +00:00
timeMultifrontalOnDataset.cpp refactored Pose2SLAM 2012-01-28 02:31:44 +00:00
timeSequentialOnDataset.cpp refactored Pose2SLAM 2012-01-28 02:31:44 +00:00