gtsam/gtsam/linear
Frank Dellaert c0c8972d0d inplace_QR *already* zeros out below diagonal 2025-02-19 23:38:43 -05:00
..
tests change from ifdef to if 2025-01-10 11:11:03 -05:00
AcceleratedPowerMethod.h linear, navigation, std::optional serialization tests 2023-01-21 09:27:20 -08:00
BinaryJacobianFactor.h Fix all new gcc warnings/errors: make explicit virtual/override methods. 2020-07-26 11:20:42 +02:00
CMakeLists.txt Updated QNX-relevant paths, removed environment variables. (#2) 2025-01-16 09:57:29 -05:00
ConjugateGradientSolver.cpp make ConjugateGradientParameters a public struct 2024-10-15 23:31:29 -04:00
ConjugateGradientSolver.h Fix deperecated copies and redundant moves 2024-12-29 15:58:32 -08:00
Errors.cpp map_values eliminated 2023-01-23 18:27:42 -08:00
Errors.h Define Errors as a typedef to FastList<Vector>. 2023-01-09 21:21:24 -08:00
GaussianBayesNet.cpp kill logNormalizationConstant in favor of negLogConstant 2024-09-23 15:07:05 -04:00
GaussianBayesNet.h replace #ifdef with #if for GTSAM_ENABLE_BOOST_SERIALIZATION 2024-12-26 23:44:00 -05:00
GaussianBayesTree-inl.h GaussianConditional logDeterminant function to remove code duplication. 2022-12-23 11:09:35 +05:30
GaussianBayesTree.cpp GaussianConditional logDeterminant function to remove code duplication. 2022-12-23 11:09:35 +05:30
GaussianBayesTree.h Fixed warnings that arise from stricter compiler flags 2023-02-11 12:32:50 -08:00
GaussianConditional-inl.h Define and use move constructor 2025-01-25 15:31:55 -05:00
GaussianConditional.cpp kill logNormalizationConstant in favor of negLogConstant 2024-09-23 15:07:05 -04:00
GaussianConditional.h Define and use move constructor 2025-01-25 15:31:55 -05:00
GaussianDensity.cpp remove format headers 2023-02-04 12:21:32 -08:00
GaussianDensity.h shared_ptr, make_shared, allocate_shared 2023-01-22 08:40:02 -08:00
GaussianEliminationTree.cpp remove trailing spaces 2019-02-11 10:58:34 -05:00
GaussianEliminationTree.h shared_ptr, make_shared, allocate_shared 2023-01-22 08:40:02 -08:00
GaussianFactor.cpp Easier scheme for error(HybridValues) 2023-01-10 13:50:37 -08:00
GaussianFactor.h replace #ifdef with #if for GTSAM_ENABLE_BOOST_SERIALIZATION 2024-12-26 23:44:00 -05:00
GaussianFactorGraph.cpp Fixed warnings that arise from stricter compiler flags 2023-02-11 12:32:50 -08:00
GaussianFactorGraph.h replace #ifdef with #if for GTSAM_ENABLE_BOOST_SERIALIZATION 2024-12-26 23:44:00 -05:00
GaussianISAM.cpp remove trailing spaces 2019-02-11 10:58:34 -05:00
GaussianISAM.h shared_ptr, make_shared, allocate_shared 2023-01-22 08:40:02 -08:00
GaussianJunctionTree.cpp remove trailing spaces 2019-02-11 10:58:34 -05:00
GaussianJunctionTree.h shared_ptr, make_shared, allocate_shared 2023-01-22 08:40:02 -08:00
HessianFactor-inl.h squash local changes on top of gtsam upstream pull from 6/14/2016 2016-06-18 23:13:59 -07:00
HessianFactor.cpp Make non-const so we can move 2025-01-30 23:49:02 -05:00
HessianFactor.h replace #ifdef with #if for GTSAM_ENABLE_BOOST_SERIALIZATION 2024-12-26 23:44:00 -05:00
IterativeSolver.cpp IterativeSolver equals method 2023-11-14 16:20:26 -05:00
IterativeSolver.h IterativeSolver equals method 2023-11-14 16:20:26 -05:00
JacobianFactor-inl.h Merge pull request #2002 from jmackay2/gcc13_memcpy_warning 2025-02-06 23:11:57 -05:00
JacobianFactor.cpp inplace_QR *already* zeros out below diagonal 2025-02-19 23:38:43 -05:00
JacobianFactor.h make check const method 2025-01-25 15:31:40 -05:00
KalmanFilter.cpp Merge branch 'develop' into feature/kf_docs 2024-12-11 14:30:08 -05:00
KalmanFilter.h Fixed math, use functor not macro 2024-12-11 13:10:31 -05:00
LossFunctions.cpp Add a custom loss function for Robust, fix a bug in Asymmetric 2023-08-18 17:09:47 -04:00
LossFunctions.h replace #ifdef with #if for GTSAM_ENABLE_BOOST_SERIALIZATION 2024-12-26 23:44:00 -05:00
NoiseModel.cpp inplace_QR *already* zeros out below diagonal 2025-02-19 23:38:43 -05:00
NoiseModel.h replace #ifdef with #if for GTSAM_ENABLE_BOOST_SERIALIZATION 2024-12-26 23:44:00 -05:00
PCGSolver.cpp make PCGSolverParameters a public struct 2024-10-15 23:43:41 -04:00
PCGSolver.h make shared_ptr a reference 2024-10-26 18:08:43 -04:00
PowerMethod.h linear, navigation, std::optional serialization tests 2023-01-21 09:27:20 -08:00
Preconditioner.cpp to_upper 2023-02-04 12:21:53 -08:00
Preconditioner.h shared_ptr, make_shared, allocate_shared 2023-01-22 08:40:02 -08:00
RegularHessianFactor.h Fix all new gcc warnings/errors: make explicit virtual/override methods. 2020-07-26 11:20:42 +02:00
RegularJacobianFactor.h Fix all new gcc warnings/errors: make explicit virtual/override methods. 2020-07-26 11:20:42 +02:00
Sampler.cpp Cleanup some includes and fix cassert 2024-12-11 14:05:05 -05:00
Sampler.h shared_ptr, make_shared, allocate_shared 2023-01-22 08:40:02 -08:00
Scatter.cpp deprecated functions for backwards compatibility 2019-10-28 17:41:16 -04:00
Scatter.h Missing DLL EXPORT macros 2019-12-28 20:31:52 +01:00
SparseEigen.h replace sparseJacobian with "fast" version 2021-01-27 15:25:01 -05:00
SubgraphBuilder.cpp replace #ifdef with #if for GTSAM_ENABLE_BOOST_SERIALIZATION 2024-12-26 23:44:00 -05:00
SubgraphBuilder.h replace #ifdef with #if for GTSAM_ENABLE_BOOST_SERIALIZATION 2024-12-26 23:44:00 -05:00
SubgraphPreconditioner.cpp Reverted interface changes that are unnecessary to make the code compile 2025-01-10 15:36:09 -08:00
SubgraphPreconditioner.h Reverted interface changes that are unnecessary to make the code compile 2025-01-10 15:36:09 -08:00
SubgraphSolver.cpp Replace std::tie with c++17 pattern matching 2023-02-04 10:28:14 -08:00
SubgraphSolver.h shared_ptr, make_shared, allocate_shared 2023-01-22 08:40:02 -08:00
VectorValues.cpp Add missing #if for clang 2024-11-06 11:34:47 -05:00
VectorValues.h Add misc explicit operators 2025-01-09 07:21:21 -07:00
iterative-inl.h make ConjugateGradientParameters a public struct 2024-10-15 23:31:29 -04:00
iterative.cpp remove trailing spaces 2019-02-11 10:58:34 -05:00
iterative.h Reverted interface changes that are unnecessary to make the code compile 2025-01-10 15:36:09 -08:00
linear.i wrap negLogConstant in noiseModel 2025-02-08 23:21:36 -05:00
linearAlgorithms-inst.h shared_ptr, make_shared, allocate_shared 2023-01-22 08:40:02 -08:00
linearExceptions.cpp Fixed warnings that arise from stricter compiler flags 2023-02-11 12:32:50 -08:00
linearExceptions.h Fixed warnings that arise from stricter compiler flags 2023-02-11 12:32:50 -08:00