gtsam/gtsam/nonlinear
kartik arcot bbb997f895 removed some more boost optional matrix references 2023-01-20 18:06:55 -08:00
..
internal add missing header guards under gtsam/ 2022-02-21 13:50:22 -05:00
tests added some comments and fixed some formatting 2023-01-20 18:06:55 -08:00
AdaptAutoDiff.h set default initialization 2020-07-15 23:19:44 -04:00
CMakeLists.txt Install the nonlinear internal headers. 2015-06-03 01:13:22 +02:00
CustomFactor.cpp some changes that get testPriorFactor compiling 2023-01-20 18:06:55 -08:00
CustomFactor.h some changes that get testPriorFactor compiling 2023-01-20 18:06:55 -08:00
DoglegOptimizer.cpp remove trailing spaces 2019-02-11 10:58:34 -05:00
DoglegOptimizer.h Fix override warnings: modernize-use-override 2021-01-28 23:02:13 -05:00
DoglegOptimizerImpl.cpp fix all axpy deprecations 2021-11-29 14:00:26 -05:00
DoglegOptimizerImpl.h replaced fabs with c++11 std::abs 2019-09-18 18:30:26 -04:00
Expression-inl.h enable expression double multiply 2021-11-02 08:44:41 -04:00
Expression.h replaced boost with std for placeholders, bind and function 2021-07-10 21:01:20 -04:00
ExpressionFactor.h added some comments and fixed some formatting 2023-01-20 18:06:55 -08:00
ExpressionFactorGraph.h remove trailing spaces 2019-02-11 10:58:34 -05:00
ExtendedKalmanFilter-inl.h Fixed remaining default constructor calls 2016-06-06 17:12:42 -07:00
ExtendedKalmanFilter.h replace all NoiseModelFactor1, 2, ... with NoiseModelFactorN 2022-12-22 17:25:48 -05:00
FunctorizedFactor.h everything compiles but tests fail in no boost mode 2023-01-20 18:06:55 -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 Fix override warnings: modernize-use-override 2021-01-28 23:02:13 -05:00
GncOptimizer.h Fix exports on Windows 2022-08-01 07:32:33 +10:00
GncParams.h Fix exports on Windows 2022-08-01 07:32:33 +10:00
GraphvizFormatting.cpp allow factorPositions 2022-01-27 14:34:38 -05:00
GraphvizFormatting.h allow factorPositions 2022-01-27 14:34:38 -05:00
ISAM2-impl.cpp Refactored iSAM2::update to reveal what is changed when 2019-06-01 17:34:24 -04:00
ISAM2-impl.h Some last cosmetic changes to make update fit on single screen 2019-06-03 17:29:21 -04:00
ISAM2.cpp Some last cosmetic changes to make update fit on single screen 2019-06-03 17:29:21 -04:00
ISAM2.h update ISAM2 group 2022-07-26 18:06:39 -04:00
ISAM2Clique.cpp Fix count issue 2023-01-03 15:15:07 -05:00
ISAM2Clique.h Fix missing virtual dtors 2020-07-27 00:14:13 +02: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 update ISAM2 group 2022-07-26 18:06:39 -04:00
ISAM2Result.h update ISAM2 group 2022-07-26 18:06:39 -04:00
ISAM2UpdateParams.h update ISAM2 group 2022-07-26 18:06:39 -04:00
LevenbergMarquardtOptimizer.cpp Only compute old error when solved successfully 2020-01-23 19:13:41 -08:00
LevenbergMarquardtOptimizer.h Fix override warnings: modernize-use-override 2021-01-28 23:02:13 -05:00
LevenbergMarquardtParams.cpp fix missing verbosityLMTranslator case 2021-03-17 04:29:54 +01:00
LevenbergMarquardtParams.h minor documentaion fixes 2022-03-20 21:58:29 -04:00
LinearContainerFactor.cpp fix bug in LinearContainerFactor and warnings about Point3 2021-06-05 20:08:31 -04:00
LinearContainerFactor.h fixed dllexport issues in nonlinear, only tests failing 2022-02-17 09:56:32 -05:00
Marginals.cpp fix OrderingType declaration 2021-11-10 18:22:54 -05:00
Marginals.h add prior factor tests and remove TODO 2022-05-05 11:24:26 -04:00
NonlinearConjugateGradientOptimizer.cpp Fix Parameter passing in Conjugate Gradient 2020-02-29 16:25:55 -05:00
NonlinearConjugateGradientOptimizer.h more consistent notation of macros 2021-11-04 07:11:28 +01:00
NonlinearEquality.h added some comments and fixed some formatting 2023-01-20 18:06:55 -08:00
NonlinearFactor.cpp Easier scheme for error(HybridValues) 2023-01-10 13:50:37 -08:00
NonlinearFactor.h removed some more boost optional matrix references 2023-01-20 18:06:55 -08:00
NonlinearFactorGraph.cpp allow for boxes! 2022-01-27 12:53:27 -05:00
NonlinearFactorGraph.h Added position hints 2022-01-27 12:31:25 -05:00
NonlinearISAM.cpp fix doxygen warnings due to groups and and incorrect filenames 2022-07-26 16:38:51 -04:00
NonlinearISAM.h Working on fixing ISAM 2013-08-06 19:56:48 +00:00
NonlinearOptimizer.cpp properly deprecate eliminate functions 2021-11-09 18:25:42 -05:00
NonlinearOptimizer.h Add iteration hook in non-linear optimizers 2020-11-08 11:57:47 +01: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 added equals in NonlinearOptimizerParams 2020-11-27 12:59:27 -05:00
PriorFactor.h added some comments and fixed some formatting 2023-01-20 18:06:55 -08:00
Symbol.h remove trailing spaces 2019-02-11 10:58:34 -05:00
Values-inl.h Deprecate `filter` in favor of `extract`, which copies to std::map without boost. 2023-01-20 12:48:57 -08:00
Values.cpp replace upsert with insert_or_assign 2021-12-15 17:19:13 -05:00
Values.h Deprecate `filter` in favor of `extract`, which copies to std::map without boost. 2023-01-20 12:48:57 -08:00
WhiteNoiseFactor.h add missing header guards under gtsam/ 2022-02-21 13:50:22 -05:00
custom.i wrap custom factor in a separate file 2022-07-19 14:10:46 -04: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 fix check.sam 2022-02-16 08:54:36 -05:00
nonlinear.i update namespace for templated class property 2022-10-28 22:43:36 -04:00
nonlinearExceptions.h Fix all new gcc warnings/errors: make explicit virtual/override methods. 2020-07-26 11:20:42 +02:00
utilities.h Deprecate `filter` in favor of `extract`, which copies to std::map without boost. 2023-01-20 12:48:57 -08:00