gtsam/gtsam/nonlinear
Richard Roberts 3c68d20ff2 Fixed calculate_nnz and added unit test 2013-10-03 16:50:20 +00:00
..
tests Moved Symbol and LabeledSymbol to inference as they are no longer specific to nonlinear optimization 2013-08-19 15:32:16 +00:00
CMakeLists.txt Removed use of convenience libraries for tests - wasn't really supported in current version 2013-08-19 15:32:21 +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 two ISAM2 bugs 2013-08-19 22:07:31 +00:00
ISAM2-impl.h Using FastVector (with tbb allocator) instead of vector 2013-08-15 17:21:20 +00:00
ISAM2-inl.h Fixed calculate_nnz and added unit test 2013-10-03 16:50:20 +00:00
ISAM2.cpp Fixed compile errors on some macs 2013-08-27 15:53:30 +00:00
ISAM2.h Changed remaining Index to Key 2013-09-20 15:25:11 +00:00
LevenbergMarquardtOptimizer.cpp Removed const 2013-09-30 20:39:53 +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 bug with linear factor not getting cloned on linearization, updated comments to reflect lack of ordering 2013-09-10 14:09:25 +00:00
LinearContainerFactor.h Fixed bug with linear factor not getting cloned on linearization, updated comments to reflect lack of ordering 2013-09-10 14:09:25 +00:00
Marginals.cpp Fixed bug in marginals introduced with unordered and modified a unit test to catch it. 2013-08-26 23:05:17 +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 support special linearize for constraints, which Jacobian could be augmented by Jacobian-from-Hessian parts for Lagrange multipliers in SQP 2013-10-02 03:55:11 +00:00
NonlinearFactorGraph.cpp Restored NonlinearFactorGraph::symbolic() and made a few other minor fixes. 2013-09-17 03:13:32 +00:00
NonlinearFactorGraph.h Restored NonlinearFactorGraph::symbolic() and made a few other minor fixes. 2013-09-17 03:13:32 +00:00
NonlinearISAM.cpp Removed wrong inclusion of -inst file 2013-08-15 17:21:10 +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 wrap check converge 2013-08-16 16:25:59 +00:00
SuccessiveLinearizationOptimizer.cpp Got rid of redundant includes that gave rise to warnings and presumably increase compilation time also 2013-09-02 14:29:11 +00:00
SuccessiveLinearizationOptimizer.h Got rid of redundant includes that gave rise to warnings and presumably increase compilation time also 2013-09-02 14:29:11 +00:00
Symbol.h Added redundant Symbol.h header for backwards compatibility 2013-09-01 15:26:05 +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