gtsam/gtsam/nonlinear
Varun Agrawal d0b3f1dd25 code for computing quantile of chi-squared distribution 2023-05-10 14:52:13 -04:00
..
internal Make GTSAM_CONCEPT_ASSERTS work with '-Wextra-semi' 2023-02-20 07:49:52 -08:00
tests Moves 'BatchFixedLagSmoother' to 'gtsam' from 'gtsam_unstable' 2023-02-20 07:49:52 -08:00
AdaptAutoDiff.h Remove serialization header 2023-02-06 01:35:14 -08:00
BatchFixedLagSmoother.cpp Moves 'BatchFixedLagSmoother' to 'gtsam' from 'gtsam_unstable' 2023-02-20 07:49:52 -08:00
BatchFixedLagSmoother.h Fixed export macros 2023-02-22 22:36:35 -08:00
CMakeLists.txt
CustomFactor.cpp fixed some mr comments: use auto, change comment style 2023-01-20 18:06:55 -08:00
CustomFactor.h Fixed warnings that arise from stricter compiler flags 2023-02-11 12:32:50 -08:00
DoglegOptimizer.cpp Fixed warnings that arise from stricter compiler flags 2023-02-11 12:32:50 -08:00
DoglegOptimizer.h shared_ptr, make_shared, allocate_shared 2023-01-22 08:40:02 -08: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 Work with raw char pointers to have correct pointer arithmetic and avoid buffer overflow. 2023-02-11 15:19:19 -08:00
Expression.h Make GTSAM_CONCEPT_ASSERTS work with '-Wextra-semi' 2023-02-20 07:49:52 -08:00
ExpressionFactor.h Fix warnings 2023-02-11 12:37:03 -08:00
ExpressionFactorGraph.h shared_ptr, make_shared, allocate_shared 2023-01-22 08:40:02 -08:00
ExtendedKalmanFilter-inl.h Get rid of all (pre c++11) += calls to create Orderings. 2023-02-05 20:45:54 -08:00
ExtendedKalmanFilter.h Replaced numbered GTSAM_CONCEPT_ASSERT# with GTSAM_CONCEPT_ASSERT 2023-02-11 17:17:18 -08:00
FixedLagSmoother.cpp Moves 'BatchFixedLagSmoother' to 'gtsam' from 'gtsam_unstable' 2023-02-20 07:49:52 -08:00
FixedLagSmoother.h seperately include 'gtsam_unstable/dllexport.h' inside IncrementalFixedLagSmoother.h 2023-03-07 11:14:40 -08:00
FunctorizedFactor.h gtsam compiles and tests run with and without boost serialization 2023-01-22 22:16:46 -08:00
GaussNewtonOptimizer.cpp
GaussNewtonOptimizer.h Fix override warnings: modernize-use-override 2021-01-28 23:02:13 -05:00
GncHelpers.h code for computing quantile of chi-squared distribution 2023-05-10 14:52:13 -04:00
GncOptimizer.h replaced casts 2023-01-22 08:40:02 -08:00
GncParams.h Fix exports on Windows 2022-08-01 07:32:33 +10:00
GraphvizFormatting.cpp inference 2023-01-21 09:27:20 -08:00
GraphvizFormatting.h inference 2023-01-21 09:27:20 -08:00
ISAM2-impl.cpp remove adaptor headers 2023-01-23 18:29:10 -08:00
ISAM2-impl.h boost::variant -> std::variant 2023-02-05 15:04:15 -08:00
ISAM2.cpp Cleaned up ++ stragglers 2023-02-06 00:18:42 -08:00
ISAM2.h serialization function comment moved 2023-01-22 22:14:28 -08:00
ISAM2Clique.cpp Replace std::tie with c++17 pattern matching 2023-02-04 10:28:14 -08:00
ISAM2Clique.h Fixed warnings that arise from stricter compiler flags 2023-02-11 12:32:50 -08:00
ISAM2Params.cpp to_upper 2023-02-04 12:21:53 -08:00
ISAM2Params.h boost::variant -> std::variant 2023-02-05 15:04:15 -08:00
ISAM2Result.h math 2023-02-04 12:21:53 -08:00
ISAM2UpdateParams.h fixed MR comments. Brought back a testable assertion feature. Added a test to test that assertion 2023-01-21 13:11:40 -08:00
LevenbergMarquardtOptimizer.cpp Fixed warnings that arise from stricter compiler flags 2023-02-11 12:32:50 -08:00
LevenbergMarquardtOptimizer.h use chrono instead of ptime 2023-02-04 12:26:26 -08:00
LevenbergMarquardtParams.cpp to_upper 2023-02-04 12:21:53 -08:00
LevenbergMarquardtParams.h Fixed warnings that arise from stricter compiler flags 2023-02-11 12:32:50 -08:00
LinearContainerFactor.cpp Cleaned up ++ stragglers 2023-02-06 00:18:42 -08:00
LinearContainerFactor.h serialization function comment moved 2023-01-22 22:14:28 -08:00
Marginals.cpp fix OrderingType declaration 2021-11-10 18:22:54 -05:00
Marginals.h removed deprecated code 2023-01-20 22:50:05 -08:00
NonlinearConjugateGradientOptimizer.cpp Replace std::tie with c++17 pattern matching 2023-02-04 10:28:14 -08:00
NonlinearConjugateGradientOptimizer.h Replace std::tie with c++17 pattern matching 2023-02-04 10:28:14 -08:00
NonlinearEquality.h Got rid or ifdefed many boost headers 2023-02-05 20:45:54 -08:00
NonlinearFactor.cpp remove format headers 2023-02-04 12:21:32 -08:00
NonlinearFactor.h Remove more redundant virtual destructors 2023-02-11 22:46:16 -08:00
NonlinearFactorGraph.cpp Cleaned up ++ stragglers 2023-02-06 00:18:42 -08:00
NonlinearFactorGraph.h Remove more redundant virtual destructors 2023-02-11 22:46:16 -08:00
NonlinearISAM.cpp shared_ptr, make_shared, allocate_shared 2023-01-22 08:40:02 -08:00
NonlinearISAM.h
NonlinearOptimizer.cpp Kill more boost headers 2023-02-05 20:45:54 -08:00
NonlinearOptimizer.h shared_ptr, make_shared, allocate_shared 2023-01-22 08:40:02 -08:00
NonlinearOptimizerParams.cpp to_upper 2023-02-04 12:21:53 -08:00
NonlinearOptimizerParams.h shared_ptr, make_shared, allocate_shared 2023-01-22 08:40:02 -08:00
PriorFactor.h serialization function comment moved 2023-01-22 22:14:28 -08:00
Symbol.h remove trailing spaces 2019-02-11 10:58:34 -05:00
Values-inl.h Got rid or ifdefed many boost headers 2023-02-05 20:45:54 -08:00
Values.cpp Replace boost::ptr_map with a std::map of unique pointers. 2023-01-23 23:12:04 -08:00
Values.h true type, and is_same 2023-02-04 12:22:17 -08:00
WhiteNoiseFactor.h replaced casts 2023-01-22 08:40:02 -08:00
custom.i wrap custom factor in a separate file 2022-07-19 14:10:46 -04:00
expressionTesting.h
expressions.h
factorTesting.h replaced casts 2023-01-22 08:40:02 -08:00
nonlinear.i Fixed python wrapper 2023-02-20 08:20:16 -08:00
nonlinearExceptions.h Kill more boost headers 2023-02-05 20:45:54 -08:00
utilities.h Deal with '-Wunused-exception-parameter' from 'nonliner/utilities.h' 2023-02-20 07:49:52 -08:00
values.i separate .i file for Values 2023-02-05 18:08:58 -05:00