| .. |
|
CMakeLists.txt
|
…
|
|
|
simulated2D.h
|
MASSIVE edit: made Testable its own concept, and moderinized Testable.h to use Testable traits. This required adding Testable traits in many classes.
|
2014-12-21 22:02:57 +01:00 |
|
simulated2DConstraints.h
|
Using traits in many places (forced by loss of Point2 mojo)
|
2014-12-22 16:02:33 +01:00 |
|
simulated2DOriented.h
|
…
|
|
|
simulated3D.h
|
…
|
|
|
smallExample.h
|
Measurement should be Point2
|
2014-12-21 22:02:57 +01:00 |
|
testBoundingConstraint.cpp
|
…
|
|
|
testDoglegOptimizer.cpp
|
Converted Vector(2|3) << ... to Vector2(...) or Vector3(...) syntax
|
2014-11-23 10:22:25 -08:00 |
|
testExtendedKalmanFilter.cpp
|
Using traits in many places (forced by loss of Point2 mojo)
|
2014-12-22 16:02:33 +01:00 |
|
testGaussianBayesTreeB.cpp
|
…
|
|
|
testGaussianFactorGraphB.cpp
|
Converted Vector(2|3) << ... to Vector2(...) or Vector3(...) syntax
|
2014-11-23 10:22:25 -08:00 |
|
testGaussianISAM.cpp
|
…
|
|
|
testGaussianISAM2.cpp
|
Converted Vector(2|3) << ... to Vector2(...) or Vector3(...) syntax
|
2014-11-23 10:22:25 -08:00 |
|
testGaussianJunctionTreeB.cpp
|
Converted Vector(2|3) << ... to Vector2(...) or Vector3(...) syntax
|
2014-11-23 10:22:25 -08:00 |
|
testGradientDescentOptimizer.cpp
|
Converted Vector(2|3) << ... to Vector2(...) or Vector3(...) syntax
|
2014-11-23 10:22:25 -08:00 |
|
testGraph.cpp
|
Converted Vector(2|3) << ... to Vector2(...) or Vector3(...) syntax
|
2014-11-23 10:22:25 -08:00 |
|
testIterative.cpp
|
Converted Vector(2|3) << ... to Vector2(...) or Vector3(...) syntax
|
2014-11-23 10:22:25 -08:00 |
|
testManifold.cpp
|
Fixed more problems so everything compiles now after splitting up concepts into Group/Manifold/Lie/VectorSpace. Still 25 tests that fail.
|
2014-12-22 02:52:31 +01:00 |
|
testMarginals.cpp
|
Converted Vector(2|3) << ... to Vector2(...) or Vector3(...) syntax
|
2014-11-23 10:22:25 -08:00 |
|
testNonlinearEquality.cpp
|
Using traits in many places (forced by loss of Point2 mojo)
|
2014-12-22 16:02:33 +01:00 |
|
testNonlinearFactor.cpp
|
…
|
|
|
testNonlinearFactorGraph.cpp
|
…
|
|
|
testNonlinearISAM.cpp
|
Converted Vector(2|3) << ... to Vector2(...) or Vector3(...) syntax
|
2014-11-23 10:22:25 -08:00 |
|
testNonlinearOptimizer.cpp
|
…
|
|
|
testPCGSolver.cpp
|
Converted Vector(2|3) << ... to Vector2(...) or Vector3(...) syntax
|
2014-11-23 10:22:25 -08:00 |
|
testPreconditioner.cpp
|
fixed serialization tests
|
2014-12-23 12:35:49 +01:00 |
|
testRot3Optimization.cpp
|
…
|
|
|
testSerializationSLAM.cpp
|
fixed serialization tests
|
2014-12-23 12:35:49 +01:00 |
|
testSimulated2D.cpp
|
…
|
|
|
testSimulated2DOriented.cpp
|
Converted Vector(2|3) << ... to Vector2(...) or Vector3(...) syntax
|
2014-11-23 10:22:25 -08:00 |
|
testSimulated3D.cpp
|
…
|
|
|
testSubgraphPreconditioner.cpp
|
Converted Vector(2|3) << ... to Vector2(...) or Vector3(...) syntax
|
2014-11-23 10:22:25 -08:00 |
|
testSubgraphSolver.cpp
|
…
|
|