| .. |
|
tests
|
Removed LDL in favor of Cholesky
|
2012-05-15 15:49:14 +00:00 |
|
CMakeLists.txt
|
Reworked cmake timing generation to use generalized test-adding macro
|
2012-03-29 18:57:29 +00:00 |
|
Errors.cpp
|
Assorted cleanup to remove ublas references, switch more Vector/Matrix utility functions to use Eigen in templates, reimplemented backsubstitution with Eigen
|
2011-06-02 20:35:02 +00:00 |
|
Errors.h
|
Removed old Testable base class
|
2011-10-20 02:11:28 +00:00 |
|
GaussianBayesNet.cpp
|
Consistent 'optimize', 'optimizeInPlace', 'optimizeGradientSearch', and 'optimizeGradientSearchInPlace' functions for GBN, GBT, and ISAM2. Reorganized some existing ones and added some new ones to do this.
|
2012-03-16 16:16:27 +00:00 |
|
GaussianBayesNet.h
|
Removed LDL in favor of Cholesky
|
2012-05-15 15:49:14 +00:00 |
|
GaussianBayesTree-inl.h
|
Removed ISAM2 templating
|
2012-03-17 23:57:42 +00:00 |
|
GaussianBayesTree.cpp
|
Removed ISAM2 templating
|
2012-03-17 23:57:42 +00:00 |
|
GaussianBayesTree.h
|
Removed ISAM2 templating
|
2012-03-17 23:57:42 +00:00 |
|
GaussianConditional.cpp
|
More progress in compiling on windows
|
2012-05-22 22:52:17 +00:00 |
|
GaussianConditional.h
|
Removed LDL in favor of Cholesky
|
2012-05-15 15:49:14 +00:00 |
|
GaussianDensity.cpp
|
Removed LDL in favor of Cholesky
|
2012-05-15 15:49:14 +00:00 |
|
GaussianDensity.h
|
shared_ptr typedef and print method
|
2012-01-27 22:19:05 +00:00 |
|
GaussianFactor.cpp
|
Major change, elimination functions are now passed an "Eliminate function", so you can select at run-time which factorization method is used (symbolic, QR, etc...).
|
2011-03-24 19:27:12 +00:00 |
|
GaussianFactor.h
|
Caching linearized factors in iSAM2, improves speed when linearization is expensive
|
2012-04-11 14:17:59 +00:00 |
|
GaussianFactorGraph.cpp
|
Removed LDL in favor of Cholesky
|
2012-05-15 15:49:14 +00:00 |
|
GaussianFactorGraph.h
|
Removed LDL in favor of Cholesky
|
2012-05-15 15:49:14 +00:00 |
|
GaussianISAM.cpp
|
Included the inline header at the end of the standard header
|
2012-04-02 20:10:24 +00:00 |
|
GaussianISAM.h
|
Cleanup in linear solving:
|
2012-03-13 19:41:03 +00:00 |
|
GaussianJunctionTree.cpp
|
Removed ISAM2 templating
|
2012-03-17 23:57:42 +00:00 |
|
GaussianJunctionTree.h
|
Added missing header
|
2012-04-24 14:01:39 +00:00 |
|
GaussianMultifrontalSolver.cpp
|
Removed LDL in favor of Cholesky
|
2012-05-15 15:49:14 +00:00 |
|
GaussianMultifrontalSolver.h
|
Removed LDL in favor of Cholesky
|
2012-05-15 15:49:14 +00:00 |
|
GaussianSequentialSolver.cpp
|
Removed LDL in favor of Cholesky
|
2012-05-15 15:49:14 +00:00 |
|
GaussianSequentialSolver.h
|
Removed LDL in favor of Cholesky
|
2012-05-15 15:49:14 +00:00 |
|
HessianFactor.cpp
|
More progress in compiling on windows
|
2012-05-22 22:52:17 +00:00 |
|
HessianFactor.h
|
Removed LDL in favor of Cholesky
|
2012-05-15 15:49:14 +00:00 |
|
IterativeOptimizationParameters.h
|
Updated license
|
2012-05-15 15:28:24 +00:00 |
|
IterativeSolver.h
|
revise parameter struct and clean file
|
2012-04-07 04:40:24 +00:00 |
|
JacobianFactor.cpp
|
More progress in compiling on windows
|
2012-05-22 22:52:17 +00:00 |
|
JacobianFactor.h
|
|
2012-04-17 14:21:13 +00:00 |
|
KalmanFilter.cpp
|
Removed LDL in favor of Cholesky
|
2012-05-15 15:49:14 +00:00 |
|
KalmanFilter.h
|
Removed LDL in favor of Cholesky
|
2012-05-15 15:49:14 +00:00 |
|
NoiseModel.cpp
|
Fixed small formatting glitches
|
2012-05-21 05:17:35 +00:00 |
|
NoiseModel.h
|
More progress in compiling on windows
|
2012-05-22 22:52:17 +00:00 |
|
Sampler.cpp
|
Updated license
|
2012-05-15 15:28:24 +00:00 |
|
Sampler.h
|
Updated license
|
2012-05-15 15:28:24 +00:00 |
|
SharedDiagonal.h
|
Fixed warnings about mixing class and struct
|
2012-03-17 23:57:39 +00:00 |
|
SharedGaussian.h
|
Fixed warnings about mixing class and struct
|
2012-03-17 23:57:39 +00:00 |
|
SharedNoiseModel.h
|
Removed extraneous "shared" prefix from SharedNoiseModel named constructors
|
2012-02-12 17:41:57 +00:00 |
|
VectorValues.cpp
|
Comment format
|
2012-04-06 18:56:02 +00:00 |
|
VectorValues.h
|
Made constructor explicit
|
2012-03-19 16:24:47 +00:00 |
|
iterative-inl.h
|
eliminate warning messages during complication
|
2012-02-28 23:46:17 +00:00 |
|
iterative.cpp
|
Fixed some Doxygen problems with global replace
|
2011-10-14 03:23:14 +00:00 |
|
iterative.h
|
Fixed some Doxygen problems with global replace
|
2011-10-14 03:23:14 +00:00 |