| .. |
|
tests
|
Merge branch 'svn/trunk'
|
2013-08-11 18:16:56 +00:00 |
|
CMakeLists.txt
|
WhiteNoiseFactor now works
|
2013-08-08 18:33:52 +00:00 |
|
DoglegOptimizer.cpp
|
Change in DoglegOptimizerImpl function arguments to make ISAM2 compatibility easier
|
2013-08-09 21:35:45 +00:00 |
|
DoglegOptimizer.h
|
Made most global unit tests compile, includes dogleg, iterative, kalman filter, etc
|
2013-08-06 13:44:22 +00:00 |
|
DoglegOptimizerImpl.cpp
|
Updating nonlinear factors, nonlinear factor graph, nonlinear optimizers, and LinearContainerFactor to work with unordered linear. Does not compile - needs more work.
|
2013-08-01 21:57:33 +00:00 |
|
DoglegOptimizerImpl.h
|
Change in DoglegOptimizerImpl function arguments to make ISAM2 compatibility easier
|
2013-08-09 21:35:45 +00:00 |
|
ExtendedKalmanFilter-inl.h
|
Made most global unit tests compile, includes dogleg, iterative, kalman filter, etc
|
2013-08-06 13:44:22 +00:00 |
|
ExtendedKalmanFilter.h
|
Made most global unit tests compile, includes dogleg, iterative, kalman filter, etc
|
2013-08-06 13:44:22 +00:00 |
|
GaussNewtonOptimizer.cpp
|
Updating nonlinear factors, nonlinear factor graph, nonlinear optimizers, and LinearContainerFactor to work with unordered linear. Does not compile - needs more work.
|
2013-08-01 21:57:33 +00:00 |
|
GaussNewtonOptimizer.h
|
Started on HessianFactor, converted Nonlinear stuff and disabled a lot of more advanced classes so the library compiles with nonlinear using unordered.
|
2013-08-01 21:57:43 +00:00 |
|
ISAM2-impl.cpp
|
Fixed some compile errors with older boost
|
2013-08-13 03:13:14 +00:00 |
|
ISAM2-impl.h
|
ISAM2 compiling and fixed several issues but still some unit tests failing
|
2013-08-09 21:35:47 +00:00 |
|
ISAM2-inl.h
|
ISAM2 compiling and fixed several issues but still some unit tests failing
|
2013-08-09 21:35:47 +00:00 |
|
ISAM2.cpp
|
Fixed some timing statements in ISAM2
|
2013-08-14 17:39:36 +00:00 |
|
ISAM2.h
|
Re-added ISAM2::marginalizeLeaves optional output arguments from Steves changes in r18185
|
2013-08-14 15:21:10 +00:00 |
|
LabeledSymbol.cpp
|
Moved utility functions and formatter from LabeledSymbol to Key. Added namespace functions
|
2013-05-03 16:21:47 +00:00 |
|
LabeledSymbol.h
|
Moved utility functions and formatter from LabeledSymbol to Key. Added namespace functions
|
2013-05-03 16:21:47 +00:00 |
|
LevenbergMarquardtOptimizer.cpp
|
Made most global unit tests compile, includes dogleg, iterative, kalman filter, etc
|
2013-08-06 13:44:22 +00:00 |
|
LevenbergMarquardtOptimizer.h
|
Made most global unit tests compile, includes dogleg, iterative, kalman filter, etc
|
2013-08-06 13:44:22 +00:00 |
|
LinearContainerFactor.cpp
|
Fixed warnings
|
2013-08-12 18:21:33 +00:00 |
|
LinearContainerFactor.h
|
LinearContainerFactor works
|
2013-08-08 18:33:51 +00:00 |
|
Marginals.cpp
|
Made most global unit tests compile, includes dogleg, iterative, kalman filter, etc
|
2013-08-06 13:44:22 +00:00 |
|
Marginals.h
|
Removed old VerticalBlockView and SymmetricBlockView (replaced with VerticalBlockMatrix and SymmetricBlockMatrix)
|
2013-08-12 21:41:05 +00:00 |
|
NonlinearConjugateGradientOptimizer.cpp
|
Made NonlinearConjugateGradientOptimizer compile
|
2013-08-05 22:31:22 +00:00 |
|
NonlinearConjugateGradientOptimizer.h
|
Made NonlinearConjugateGradientOptimizer compile
|
2013-08-05 22:31:22 +00:00 |
|
NonlinearEquality.h
|
Made most global unit tests compile, includes dogleg, iterative, kalman filter, etc
|
2013-08-06 13:44:22 +00:00 |
|
NonlinearFactor.h
|
'using' to import boost::assign::cref_list_of when including NonlinearFactor.h
|
2013-08-11 18:17:56 +00:00 |
|
NonlinearFactorGraph.cpp
|
Added explicit templated base class instantiation within NonlinearFactorGraph
|
2013-08-08 16:51:04 +00:00 |
|
NonlinearFactorGraph.h
|
Made most global unit tests compile, includes dogleg, iterative, kalman filter, etc
|
2013-08-06 13:44:22 +00:00 |
|
NonlinearISAM.cpp
|
Working on fixing ISAM
|
2013-08-06 19:56:48 +00:00 |
|
NonlinearISAM.h
|
Working on fixing ISAM
|
2013-08-06 19:56:48 +00:00 |
|
NonlinearOptimizer.cpp
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
|
NonlinearOptimizer.h
|
Added dll export tags and updated cmake scripts so that GTSAM can build as a shared library on windows
|
2013-03-13 18:56:21 +00:00 |
|
SuccessiveLinearizationOptimizer.cpp
|
Made iterative compile
|
2013-08-05 22:31:05 +00:00 |
|
SuccessiveLinearizationOptimizer.h
|
Started to fix errors resulting from removing Ordered classes
|
2013-08-02 22:09:49 +00:00 |
|
Symbol.cpp
|
Fixed a bunch of compiler warnings
|
2013-04-05 21:34:04 +00:00 |
|
Symbol.h
|
Continued work on unordered classes and elimination algorithm
|
2013-06-06 15:36:11 +00:00 |
|
Values-inl.h
|
Fixing more compile problems: Switched BayesTree-inst.h function to use a functor struct rather than an address of a template function - seems to compile. Small include fixes elsewhere
|
2013-08-06 20:21:43 +00:00 |
|
Values.cpp
|
Added Values::tryInsert
|
2013-08-13 22:30:02 +00:00 |
|
Values.h
|
Added Values::tryInsert
|
2013-08-13 22:30:02 +00:00 |
|
WhiteNoiseFactor.h
|
WhiteNoiseFactor now works
|
2013-08-08 18:33:52 +00:00 |
|
nonlinearExceptions.h
|
Continued work on unordered classes and elimination algorithm
|
2013-06-06 15:36:11 +00:00 |
|
summarization.cpp
|
Re-enabled summarization test/implementation. Sequential versions re-implemented, but tests don't pass
|
2013-08-09 19:59:14 +00:00 |
|
summarization.h
|
Re-enabled summarization test/implementation. Sequential versions re-implemented, but tests don't pass
|
2013-08-09 19:59:14 +00:00 |