gtsam/gtsam/nonlinear
jlblancoc 4fb718a943 prefer auto in range for loops 2019-04-09 00:29:31 +02:00
..
internal attempt to fix alignment error in expression factors 2019-01-10 14:06:29 -08:00
tests Fix testExpression 2019-01-10 14:06:29 -08: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 squash local changes on top of gtsam upstream pull from 6/14/2016 2016-06-18 23:13:59 -07:00
DoglegOptimizer.h squash local changes on top of gtsam upstream pull from 6/14/2016 2016-06-18 23:13:59 -07:00
DoglegOptimizerImpl.cpp squash local changes on top of gtsam upstream pull from 6/14/2016 2016-06-18 23:13:59 -07:00
DoglegOptimizerImpl.h fix dogleg compile issue in CMake Timing mode 2016-09-26 17:01:41 -04:00
Expression-inl.h On MSVC, use aligned malloc and free 2018-11-06 10:17:41 -05:00
Expression.h squash local changes on top of gtsam upstream pull from 6/14/2016 2016-06-18 23:13:59 -07:00
ExpressionFactor.h Add serialization functions that call base classes, to avoid "unregistered void cast" errors (in MATLAB, as flagged by issue #398), as mentioned in http://tb-nguyen.blogspot.com/2009/08/more-on-using-boost-serialization-and.html 2018-12-30 18:37:38 -05:00
ExpressionFactorGraph.h make_shared -> allocate_shared, for alignment 2018-11-06 10:17:13 -05: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 squash local changes on top of gtsam upstream pull from 6/14/2016 2016-06-18 23:13:59 -07:00
GaussNewtonOptimizer.h squash local changes on top of gtsam upstream pull from 6/14/2016 2016-06-18 23:13:59 -07:00
ISAM2-impl.cpp Use KeyVector everywhere to avoid conversions 2018-11-08 10:10:32 -05:00
ISAM2-impl.h Changed several Impl functions to methods in ISAM2 and ISAM2Clique 2018-09-30 14:11:00 -04:00
ISAM2.cpp prefer auto in range for loops 2019-04-09 00:29:31 +02:00
ISAM2.h Type for Factor indices, dual to "Key" 2019-04-08 09:08:43 +02:00
ISAM2Clique.cpp fix for valgrind invalid read warning 2018-12-13 17:03:31 -08:00
ISAM2Clique.h Changed several Impl functions to methods in ISAM2 and ISAM2Clique 2018-09-30 14:11:00 -04:00
ISAM2Params.cpp Split ISAM2 Clique, Params, and Result out in different files, cleaned up headers, and removed ISAM2-inl.h header 2018-09-30 12:58:48 -04:00
ISAM2Params.h Split ISAM2 Clique, Params, and Result out in different files, cleaned up headers, and removed ISAM2-inl.h header 2018-09-30 12:58:48 -04:00
ISAM2Result.h Type for Factor indices, dual to "Key" 2019-04-08 09:08:43 +02:00
LevenbergMarquardtOptimizer.cpp Fixed some warnings 2018-10-23 23:20:17 -04:00
LevenbergMarquardtOptimizer.h Fixes compile errors when using BOOST version 1.61.0 2016-08-06 00:59:07 -04:00
LevenbergMarquardtParams.cpp squash local changes on top of gtsam upstream pull from 6/14/2016 2016-06-18 23:13:59 -07:00
LevenbergMarquardtParams.h Added missing clone for MATLAB wrapper 2019-03-19 10:30:30 -04:00
LinearContainerFactor.cpp squash local changes on top of gtsam upstream pull from 6/14/2016 2016-06-18 23:13:59 -07:00
LinearContainerFactor.h squash local changes on top of gtsam upstream pull from 6/14/2016 2016-06-18 23:13:59 -07:00
Marginals.cpp Use KeyVector everywhere to avoid conversions 2018-11-08 10:10:32 -05:00
Marginals.h Use KeyVector everywhere to avoid conversions 2018-11-08 10:10:32 -05:00
NonlinearConjugateGradientOptimizer.cpp squash local changes on top of gtsam upstream pull from 6/14/2016 2016-06-18 23:13:59 -07:00
NonlinearConjugateGradientOptimizer.h git subrepo commit third_party_modules/gtsam_module/gtsam 2016-06-18 23:13:59 -07:00
NonlinearEquality.h Resolved all issues with typedefs 2016-06-06 21:57:52 -07:00
NonlinearFactor.cpp Use KeyVector everywhere to avoid conversions 2018-11-08 10:10:32 -05:00
NonlinearFactor.h Use KeyVector everywhere to avoid conversions 2018-11-08 10:10:32 -05:00
NonlinearFactorGraph.cpp Use KeyVector everywhere to avoid conversions 2018-11-08 10:10:32 -05:00
NonlinearFactorGraph.h squash local changes on top of gtsam upstream pull from 6/14/2016 2016-06-18 23:13:59 -07: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 Switch to size_t 2016-06-19 12:29:17 -07:00
NonlinearOptimizer.h Switching to size_t 2016-06-19 12:28:02 -07: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 Better optimization parameter wrapping, plus python test 2019-03-19 00:11:45 -04:00
Symbol.h Added redundant Symbol.h header for backwards compatibility 2013-09-01 15:26:05 +00:00
Values-inl.h Delete unused DerivedValue.h 2018-12-13 14:06:44 -08:00
Values.cpp squash local changes on top of gtsam upstream pull from 6/14/2016 2016-06-18 23:13:59 -07:00
Values.h Fixed issue with 'count' 2018-12-22 18:07:00 -05: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
utilities.h Use KeyVector everywhere to avoid conversions 2018-11-08 10:10:32 -05:00