gtsam/gtsam/nonlinear
ivan 6bafe9932e Merge branch 'develop' into feature/LPSolver 2016-06-12 19:44:19 -04:00
..
internal Many small improvements, bug-fixes, and tests 2016-02-24 11:01:19 -08:00
tests Resolved all issues with typedefs 2016-06-06 21:57:52 -07:00
AdaptAutoDiff.h Fixed timing script 2015-07-04 19:32:23 -07:00
CMakeLists.txt Install the nonlinear internal headers. 2015-06-03 01:13:22 +02:00
DoglegOptimizer.cpp Call Ordering::Create to make sure Metis is executed when asked (was a bug!) 2015-02-13 17:17:11 +01:00
DoglegOptimizer.h Added virtual solve method to NonlinearOptimizer that you can override, e.g., with Ceres 2013-10-25 18:27:43 +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 Fix for infinite loop on 32-bit Linux. 2014-05-14 19:14:38 -04:00
Expression-inl.h Many small improvements, bug-fixes, and tests 2016-02-24 11:01:19 -08:00
Expression.h Many small improvements, bug-fixes, and tests 2016-02-24 11:01:19 -08:00
ExpressionFactor.h Many small improvements, bug-fixes, and tests 2016-02-24 11:01:19 -08:00
ExpressionFactorGraph.h Moved to gtsam 2014-12-28 19:09:12 +01:00
ExtendedKalmanFilter-inl.h Fixed remaining default constructor calls 2016-06-06 17:12:42 -07:00
ExtendedKalmanFilter.h Many small improvements, bug-fixes, and tests 2016-02-24 11:01:19 -08:00
GaussNewtonOptimizer.cpp Many small improvements, bug-fixes, and tests 2016-02-24 11:01:19 -08:00
GaussNewtonOptimizer.h Added virtual solve method to NonlinearOptimizer that you can override, e.g., with Ceres 2013-10-25 18:27:43 +00:00
ISAM2-impl.cpp Almost done. Still need to figure out how to remove the remaining 3 occurrences. 2016-05-21 12:44:46 -04:00
ISAM2-impl.h A better solution through typedef of FactorIndices -> FastVector<size_t> 2016-02-25 23:51:01 -08:00
ISAM2-inl.h Almost done. Still need to figure out how to remove the remaining 3 occurrences. 2016-05-21 12:44:46 -04:00
ISAM2.cpp Removed headers 2016-05-22 14:22:36 -07:00
ISAM2.h Almost done. Still need to figure out how to remove the remaining 3 occurrences. 2016-05-21 12:44:46 -04:00
LevenbergMarquardtOptimizer.cpp Almost done. Still need to figure out how to remove the remaining 3 occurrences. 2016-05-21 12:44:46 -04:00
LevenbergMarquardtOptimizer.h Switch to vector for noise model caching 2015-10-25 18:31:44 -04:00
LinearContainerFactor.cpp Almost done. Still need to figure out how to remove the remaining 3 occurrences. 2016-05-21 12:44:46 -04:00
LinearContainerFactor.h Many small improvements, bug-fixes, and tests 2016-02-24 11:01:19 -08:00
Marginals.cpp Almost done. Still need to figure out how to remove the remaining 3 occurrences. 2016-05-21 12:44:46 -04:00
Marginals.h Many small improvements, bug-fixes, and tests 2016-02-24 11:01:19 -08:00
NonlinearConjugateGradientOptimizer.cpp Merged in feature/SmartCT (pull request #107) 2015-02-22 06:14:19 +01:00
NonlinearConjugateGradientOptimizer.h Fixed some signed/unsigned issues 2016-01-29 09:06:30 -08:00
NonlinearEquality.h Resolved all issues with typedefs 2016-06-06 21:57:52 -07:00
NonlinearFactor.cpp Almost done. Still need to figure out how to remove the remaining 3 occurrences. 2016-05-21 12:44:46 -04:00
NonlinearFactor.h [QP/LP] LP Added Zeros Error Fixed. 2016-05-02 19:54:58 -04:00
NonlinearFactorGraph.cpp Almost done. Still need to figure out how to remove the remaining 3 occurrences. 2016-05-21 12:44:46 -04:00
NonlinearFactorGraph.h Many small improvements, bug-fixes, and tests 2016-02-24 11:01:19 -08:00
NonlinearISAM.cpp Removed headers 2016-05-22 14:22:36 -07:00
NonlinearISAM.h Working on fixing ISAM 2013-08-06 19:56:48 +00:00
NonlinearOptimizer.cpp Many small improvements, bug-fixes, and tests 2016-02-24 11:01:19 -08:00
NonlinearOptimizer.h Merge branches 'develop' and 'feature/LPSolver' of bitbucket.org:gtborg/gtsam into feature/LPSolver 2016-03-05 13:58:54 -05:00
NonlinearOptimizerParams.cpp convert tabs to spaces. See https://bitbucket.org/gtborg/gtsam/wiki/C++%20Coding%20Conventions 2016-02-09 20:00:38 -05:00
NonlinearOptimizerParams.h Merged develop into feature/LPSolver 2016-02-18 18:49:51 -05:00
Symbol.h Added redundant Symbol.h header for backwards compatibility 2013-09-01 15:26:05 +00:00
Values-inl.h Almost done. Still need to figure out how to remove the remaining 3 occurrences. 2016-05-21 12:44:46 -04:00
Values.cpp Almost done. Still need to figure out how to remove the remaining 3 occurrences. 2016-05-21 12:44:46 -04:00
Values.h Merge remote-tracking branch 'origin/develop' into feature/Feature/FixedValues 2016-02-07 20:00:38 -08:00
WhiteNoiseFactor.h Updated all comma initializer usages to use .finished() 2014-11-22 16:35:27 -08:00
expressionTesting.h Many small improvements, bug-fixes, and tests 2016-02-24 11:01:19 -08:00
expressions.h Merge remote-tracking branch 'origin/develop' into feature/Feature/FixedValues 2016-02-07 20:00:38 -08:00
factorTesting.h Removed headers 2016-05-22 14:22:36 -07:00
nonlinearExceptions.h Continued work on unordered classes and elimination algorithm 2013-06-06 15:36:11 +00:00