| .. |
|
tests
|
change from ifdef to if
|
2025-01-10 11:11:03 -05:00 |
|
AcceleratedPowerMethod.h
|
…
|
|
|
BinaryJacobianFactor.h
|
…
|
|
|
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
|
…
|
|
|
Errors.h
|
…
|
|
|
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
|
…
|
|
|
GaussianBayesTree.cpp
|
…
|
|
|
GaussianBayesTree.h
|
…
|
|
|
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
|
…
|
|
|
GaussianDensity.h
|
…
|
|
|
GaussianEliminationTree.cpp
|
…
|
|
|
GaussianEliminationTree.h
|
…
|
|
|
GaussianFactor.cpp
|
…
|
|
|
GaussianFactor.h
|
replace #ifdef with #if for GTSAM_ENABLE_BOOST_SERIALIZATION
|
2024-12-26 23:44:00 -05:00 |
|
GaussianFactorGraph.cpp
|
…
|
|
|
GaussianFactorGraph.h
|
replace #ifdef with #if for GTSAM_ENABLE_BOOST_SERIALIZATION
|
2024-12-26 23:44:00 -05:00 |
|
GaussianISAM.cpp
|
…
|
|
|
GaussianISAM.h
|
…
|
|
|
GaussianJunctionTree.cpp
|
…
|
|
|
GaussianJunctionTree.h
|
…
|
|
|
HessianFactor-inl.h
|
…
|
|
|
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
|
Pre-compute slots outside of loop.
|
2025-01-29 00:52:35 -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
|
…
|
|
|
LossFunctions.h
|
replace #ifdef with #if for GTSAM_ENABLE_BOOST_SERIALIZATION
|
2024-12-26 23:44:00 -05:00 |
|
NoiseModel.cpp
|
Fix deperecated copies and redundant moves
|
2024-12-29 15:58:32 -08: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
|
…
|
|
|
Preconditioner.cpp
|
…
|
|
|
Preconditioner.h
|
…
|
|
|
RegularHessianFactor.h
|
…
|
|
|
RegularJacobianFactor.h
|
…
|
|
|
Sampler.cpp
|
Cleanup some includes and fix cassert
|
2024-12-11 14:05:05 -05:00 |
|
Sampler.h
|
…
|
|
|
Scatter.cpp
|
…
|
|
|
Scatter.h
|
…
|
|
|
SparseEigen.h
|
…
|
|
|
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
|
…
|
|
|
SubgraphSolver.h
|
…
|
|
|
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
|
…
|
|
|
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
|
…
|
|
|
linearExceptions.cpp
|
…
|
|
|
linearExceptions.h
|
…
|
|