| .. |
|
CMakeLists.txt
|
Working on standardizing/simplifying building unit tests and examples. Much simpler cmake function to add a glob of tests, doing away with convenience libraries, and removing other options that we never change from their defaults.
|
2014-02-13 01:34:31 -05:00 |
|
testErrors.cpp
|
Switched to new Eigen built-in special comma initializer
|
2013-12-16 21:33:12 +00:00 |
|
testGaussianBayesNet.cpp
|
Renamed unit tests that still had 'Unordered' in the name
|
2014-05-07 18:19:11 -07:00 |
|
testGaussianBayesTree.cpp
|
Renamed unit tests that still had 'Unordered' in the name
|
2014-05-07 18:19:11 -07:00 |
|
testGaussianConditional.cpp
|
Renamed unit tests that still had 'Unordered' in the name
|
2014-05-07 18:19:11 -07:00 |
|
testGaussianDensity.cpp
|
Switched to new Eigen built-in special comma initializer
|
2013-12-16 21:33:12 +00:00 |
|
testGaussianFactorGraph.cpp
|
Renamed unit tests that still had 'Unordered' in the name
|
2014-05-07 18:19:11 -07:00 |
|
testHessianFactor.cpp
|
Renamed unit tests that still had 'Unordered' in the name
|
2014-05-07 18:19:11 -07:00 |
|
testJacobianFactor.cpp
|
Renamed unit tests that still had 'Unordered' in the name
|
2014-05-07 18:19:11 -07:00 |
|
testKalmanFilter.cpp
|
Switched to new Eigen built-in special comma initializer
|
2013-12-16 21:33:12 +00:00 |
|
testNoiseModel.cpp
|
Additional unit test
|
2014-05-31 20:29:00 -04:00 |
|
testSampler.cpp
|
fix Vector_() in rest of gtsam folder
|
2014-01-23 01:44:55 -05:00 |
|
testSerializationLinear.cpp
|
Fixed issue with serialization by actively changing inf/nan values to zero in constrained noisemodel. Updated WhitenInPlace() and distance(). Apparently this caused a bunch of other unit tests to fail, though.
|
2014-01-04 20:01:05 -05:00 |
|
testVectorValues.cpp
|
Renamed unit tests that still had 'Unordered' in the name
|
2014-05-07 18:19:11 -07:00 |
|
timeFactorOverhead.cpp
|
Global find+replace to remove Ordered
|
2013-08-05 22:31:44 +00:00 |
|
timeGaussianFactor.cpp
|
Fix Matrix_(...) to Mat() <<... in gtsam/linear
|
2013-11-13 05:27:20 +00:00 |
|
timeSLAMlike.cpp
|
Made most global unit tests compile, includes dogleg, iterative, kalman filter, etc
|
2013-08-06 13:44:22 +00:00 |