| .. |
|
tests
|
Relaxed test
|
2022-12-28 15:28:50 -05:00 |
|
AcceleratedPowerMethod.h
|
fix latex symbol warnings
|
2022-07-26 16:38:51 -04:00 |
|
BinaryJacobianFactor.h
|
Fix all new gcc warnings/errors: make explicit virtual/override methods.
|
2020-07-26 11:20:42 +02:00 |
|
CMakeLists.txt
|
…
|
|
|
ConjugateGradientSolver.cpp
|
…
|
|
|
ConjugateGradientSolver.h
|
Fix all new gcc warnings/errors: make explicit virtual/override methods.
|
2020-07-26 11:20:42 +02:00 |
|
Errors.cpp
|
fix axpy warning
|
2021-12-20 16:52:46 -05:00 |
|
Errors.h
|
fix axpy warning
|
2021-12-20 16:52:46 -05:00 |
|
GaussianBayesNet.cpp
|
Fix to const &
|
2022-12-28 16:51:24 -05:00 |
|
GaussianBayesNet.h
|
Fix to const &
|
2022-12-28 16:51:24 -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
|
Fix missing virtual dtors
|
2020-07-27 00:14:13 +02:00 |
|
GaussianConditional-inl.h
|
remove trailing spaces
|
2019-02-11 10:58:34 -05:00 |
|
GaussianConditional.cpp
|
Added zero parents FromMeanAndStddev
|
2022-12-29 11:54:59 -05:00 |
|
GaussianConditional.h
|
Added zero parents FromMeanAndStddev
|
2022-12-29 11:54:59 -05:00 |
|
GaussianDensity.cpp
|
Add headers in the place they are needed
|
2022-02-16 22:51:53 -05:00 |
|
GaussianDensity.h
|
use ingroup instead of addtogroup
|
2022-07-26 17:37:50 -04:00 |
|
GaussianEliminationTree.cpp
|
remove trailing spaces
|
2019-02-11 10:58:34 -05:00 |
|
GaussianEliminationTree.h
|
remove trailing spaces
|
2019-02-11 10:58:34 -05:00 |
|
GaussianFactor.cpp
|
remove out-of-place pragma
|
2020-06-04 20:21:08 +02:00 |
|
GaussianFactor.h
|
Moved empty to Factor base class.
|
2021-12-31 16:16:56 -05:00 |
|
GaussianFactorGraph.cpp
|
compilation issue
|
2021-12-19 22:40:18 -05:00 |
|
GaussianFactorGraph.h
|
exact equality
|
2022-01-22 11:08:46 -05:00 |
|
GaussianISAM.cpp
|
remove trailing spaces
|
2019-02-11 10:58:34 -05:00 |
|
GaussianISAM.h
|
name file correctly in doc string
|
2022-08-22 17:35:19 -04:00 |
|
GaussianJunctionTree.cpp
|
remove trailing spaces
|
2019-02-11 10:58:34 -05:00 |
|
GaussianJunctionTree.h
|
update linear and multifrontal groups
|
2022-07-26 16:57:12 -04:00 |
|
HessianFactor-inl.h
|
…
|
|
|
HessianFactor.cpp
|
update boost::bind usage
|
2021-06-16 00:56:43 -04:00 |
|
HessianFactor.h
|
update linear and multifrontal groups
|
2022-07-26 16:57:12 -04:00 |
|
IterativeSolver.cpp
|
fix Key as size_t (Closes #182)
|
2019-12-23 07:45:19 +01:00 |
|
IterativeSolver.h
|
convert all optional Ordering to function overloads
|
2019-10-20 01:15:20 -04:00 |
|
JacobianFactor-inl.h
|
…
|
|
|
JacobianFactor.cpp
|
update boost::bind usage
|
2021-06-16 00:56:43 -04:00 |
|
JacobianFactor.h
|
update linear and multifrontal groups
|
2022-07-26 16:57:12 -04:00 |
|
KalmanFilter.cpp
|
remove trailing spaces
|
2019-02-11 10:58:34 -05:00 |
|
KalmanFilter.h
|
remove trailing spaces
|
2019-02-11 10:58:34 -05:00 |
|
LossFunctions.cpp
|
Revert "fix derivative"
|
2022-04-22 12:37:48 +02:00 |
|
LossFunctions.h
|
document loss functions
|
2022-04-22 01:01:48 +02:00 |
|
NoiseModel.cpp
|
Added spaces back
|
2022-03-20 13:24:36 -04:00 |
|
NoiseModel.h
|
FIX: Robust loss error calculation
|
2022-04-07 21:33:54 -04:00 |
|
PCGSolver.cpp
|
Added wrapping for the PCG solver in Cython
|
2020-07-10 15:00:57 -04:00 |
|
PCGSolver.h
|
Fix override warnings: modernize-use-override
|
2021-01-28 23:02:13 -05:00 |
|
PowerMethod.h
|
Refined reference documentation
|
2020-12-11 01:01:40 -05:00 |
|
Preconditioner.cpp
|
Fix warnings on incorrect for range reference bindings
|
2020-07-27 00:14:18 +02:00 |
|
Preconditioner.h
|
remove virtual from overridden methods, add virtual destructors to appease compiler
|
2021-04-30 12:58:52 -04: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
|
Add a static method to actually sample
|
2022-02-06 20:23:34 -05:00 |
|
Sampler.h
|
Add a static method to actually sample
|
2022-02-06 20:23:34 -05: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
|
Fix unrelated warning
|
2022-05-10 23:11:40 -04:00 |
|
SubgraphBuilder.h
|
Removed shared_ptr from Bayes nets and factor graphs
|
2021-12-30 12:12:54 -05:00 |
|
SubgraphPreconditioner.cpp
|
Fix compilation issues
|
2021-12-30 12:18:49 -05:00 |
|
SubgraphPreconditioner.h
|
Removed shared_ptr from Bayes nets and factor graphs
|
2021-12-30 12:12:54 -05:00 |
|
SubgraphSolver.cpp
|
Fix compilation issues
|
2021-12-30 12:18:49 -05:00 |
|
SubgraphSolver.h
|
Removed shared_ptr from Bayes nets and factor graphs
|
2021-12-30 12:12:54 -05:00 |
|
VectorValues.cpp
|
Fix tiny issues
|
2022-02-12 11:37:35 -05:00 |
|
VectorValues.h
|
use ingroup instead of addtogroup
|
2022-07-26 17:37:50 -04:00 |
|
iterative-inl.h
|
fix all axpy deprecations
|
2021-11-29 14:00:26 -05:00 |
|
iterative.cpp
|
remove trailing spaces
|
2019-02-11 10:58:34 -05:00 |
|
iterative.h
|
…
|
|
|
linear.i
|
Added zero parents FromMeanAndStddev
|
2022-12-29 11:54:59 -05:00 |
|
linearAlgorithms-inst.h
|
add missing header guards under gtsam/
|
2022-02-21 13:50:22 -05:00 |
|
linearExceptions.cpp
|
Fix all new gcc warnings/errors: make explicit virtual/override methods.
|
2020-07-26 11:20:42 +02:00 |
|
linearExceptions.h
|
Fix override warnings: modernize-use-override
|
2021-01-28 23:02:13 -05:00 |