gtsam/gtsam/nonlinear
Vadim Indelman 611fc14aaf Fixed compile errors on some macs 2013-08-27 15:53:30 +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 ugly fixes for bug in Clang 3.1 on Mac relating to ambiguous = operator when assigning to vector segment in templated function. 2013-08-16 15:18:44 +00:00
ISAM2.cpp Fixed compile errors on some macs 2013-08-27 15:53:30 +00:00
ISAM2.h Small data structure change in ISAM2::getAffectedFactors for a speedup 2013-08-14 19:28:45 +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 LinearContainerFactor linearization - now passes tests 2013-08-16 19:42:25 +00:00
LinearContainerFactor.h LinearContainerFactor works 2013-08-08 18:33:51 +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 'using' to import boost::assign::cref_list_of when including NonlinearFactor.h 2013-08-11 18:17:56 +00:00
NonlinearFactorGraph.cpp First pass at parallelizing linearization 2013-08-16 22:17:28 +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 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 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
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