gtsam/gtsam/linear
Frank Dellaert 40e5a1a6ab Derive factors from gtsam::Factor 2023-06-04 22:38:56 +01:00
..
tests Made CheckInvariants a static method in Conditional.* 2023-01-13 14:55:14 -08: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 Building timing scripts using new timing script support in GtsamTesting.cmake. Fixed compile errors in timing scripts but disabled a couple. 2014-06-07 19:02:11 -07:00
ConjugateGradientSolver.cpp Merged in feature/SmartCT (pull request #107) 2015-02-22 06:14:19 +01:00
ConjugateGradientSolver.h Fix all new gcc warnings/errors: make explicit virtual/override methods. 2020-07-26 11:20:42 +02:00
Errors.cpp Define Errors as a typedef to FastList<Vector>. 2023-01-09 21:21:24 -08:00
Errors.h Define Errors as a typedef to FastList<Vector>. 2023-01-09 21:21:24 -08:00
GaussianBayesNet.cpp Fix sign issue and added test 2023-01-10 14:36:58 -08:00
GaussianBayesNet.h Implemented all Gaussian versions of logProbability 2023-01-10 13:50:37 -08: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 Merge pull request #1387 from borglab/discreteKeys-vector 2023-01-17 04:00:41 -05:00
GaussianConditional.h Adapt to continuous densities 2023-01-14 10:23:00 -08: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 Easier scheme for error(HybridValues) 2023-01-10 13:50:37 -08:00
GaussianFactor.h Easier scheme for error(HybridValues) 2023-01-10 13:50:37 -08:00
GaussianFactorGraph.cpp Implemented all Gaussian versions of logProbability 2023-01-10 13:50:37 -08:00
GaussianFactorGraph.h Implemented all Gaussian versions of logProbability 2023-01-10 13:50:37 -08: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 squash local changes on top of gtsam upstream pull from 6/14/2016 2016-06-18 23:13:59 -07:00
HessianFactor.cpp Got rid of Boost cref_list_of 2023-01-07 15:45:07 -08:00
HessianFactor.h Expose correct error versions 2023-01-13 12:28:16 -08: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 sync with develop branch commit c1f048d 2014-12-12 18:46:54 -05:00
JacobianFactor.cpp Got rid of Boost cref_list_of 2023-01-07 15:45:07 -08:00
JacobianFactor.h Expose correct error versions 2023-01-13 12:28:16 -08:00
KalmanFilter.cpp Removed unused headers 2023-01-07 15:46:30 -08:00
KalmanFilter.h remove trailing spaces 2019-02-11 10:58:34 -05:00
LossFunctions.cpp Move some Eigen methods to cpp 2023-01-22 11:57:13 -08:00
LossFunctions.h Move some Eigen methods to cpp 2023-01-22 11:57:13 -08:00
NoiseModel.cpp Move some Eigen methods to cpp 2023-01-22 11:57:13 -08:00
NoiseModel.h Move some Eigen methods to cpp 2023-01-22 11:57:13 -08:00
PCGSolver.cpp Move some Eigen methods to cpp 2023-01-22 11:57:13 -08:00
PCGSolver.h Move some Eigen methods to cpp 2023-01-22 11:57:13 -08: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 Define Errors as a typedef to FastList<Vector>. 2023-01-09 21:21:24 -08: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 Initializer list and insert/update chaining 2022-12-31 02:07:24 -05:00
VectorValues.h insert_or_assign 2023-01-16 10:30:47 -08: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 Deprecated all inline functions in Matrix.h. 2016-04-11 15:11:29 -04:00
linear.i Derive factors from gtsam::Factor 2023-06-04 22:38:56 +01: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