gtsam/tests
Alex Cunningham fab5717917 Fixed namespace return type bug with pointers in wrap. Matlab tests now pass. 2012-02-06 01:59:45 +00:00
..
matlab Fixed namespace return type bug with pointers in wrap. Matlab tests now pass. 2012-02-06 01:59:45 +00:00
CMakeLists.txt Added flag to link against local convenience libraries for tests 2012-01-31 19:59:19 +00:00
Makefile.am testSerialization flag now back in effect, testSerialization will not be compiled by default 2012-02-04 21:43:18 +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
testExtendedKalmanFilter.cpp Fixed index bug in ExtendedKalmanFilter unit test 2012-01-30 23:37:47 +00:00
testGaussianBayesNet.cpp
testGaussianFactor.cpp
testGaussianFactorGraph.cpp
testGaussianISAM.cpp
testGaussianISAM2.cpp
testGaussianJunctionTree.cpp
testGraph.cpp
testInference.cpp
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
testNonlinearFactorGraph.cpp
testNonlinearISAM.cpp
testNonlinearOptimizer.cpp
testPose2SLAMwSPCG.cpp
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
testSymbolicFactorGraph.cpp
testTupleValues.cpp
timeGaussianFactorGraph.cpp
timeMultifrontalOnDataset.cpp
timeSequentialOnDataset.cpp