| .. |
|
tests
|
Cleanup in linear solving:
|
2012-03-13 19:41:03 +00:00 |
|
CMakeLists.txt
|
Added macros to remove copy/paste in cmake. Added support for building without convenience libraries.
|
2012-02-14 20:00:42 +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
|
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 |
|
GaussianBayesTree-inl.h
|
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 |
|
GaussianBayesTree.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 |
|
GaussianBayesTree.h
|
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 |
|
GaussianConditional.cpp
|
Cleanup in linear solving:
|
2012-03-13 19:41:03 +00:00 |
|
GaussianConditional.h
|
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 |
|
GaussianDensity.cpp
|
Cleanup in linear solving:
|
2012-03-13 19:41:03 +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
|
Revert "Using FastVector instead of vector in most code called during elimination and solving"
|
2012-02-13 20:27:54 +00:00 |
|
GaussianFactorGraph.cpp
|
Revert "Using FastVector instead of vector in most code called during elimination and solving"
|
2012-02-13 20:27:54 +00:00 |
|
GaussianFactorGraph.h
|
Added methods to add JacobianFactor and HessianFactor, the templated push_back gives trouble...
|
2012-01-20 04:33:30 +00:00 |
|
GaussianISAM.cpp
|
Cleanup in linear solving:
|
2012-03-13 19:41:03 +00:00 |
|
GaussianISAM.h
|
Cleanup in linear solving:
|
2012-03-13 19:41:03 +00:00 |
|
GaussianJunctionTree.cpp
|
Cleanup in linear solving:
|
2012-03-13 19:41:03 +00:00 |
|
GaussianJunctionTree.h
|
Cleanup in linear solving:
|
2012-03-13 19:41:03 +00:00 |
|
GaussianMultifrontalSolver.cpp
|
[with Alex and Richard] Fixed incorrect global switch to QR when any constraints are present: this is done in the GaussianFactorGraph::eliminatePreferXXX functions.
|
2012-01-20 20:45:30 +00:00 |
|
GaussianMultifrontalSolver.h
|
Doxygen
|
2011-10-22 19:56:26 +00:00 |
|
GaussianSequentialSolver.cpp
|
Cleanup in linear solving:
|
2012-03-13 19:41:03 +00:00 |
|
GaussianSequentialSolver.h
|
Doxygen
|
2011-10-22 19:56:26 +00:00 |
|
HessianFactor.cpp
|
Revert "Using FastVector instead of vector in most code called during elimination and solving"
|
2012-02-13 20:27:54 +00:00 |
|
HessianFactor.h
|
Comment fix
|
2012-03-03 20:22:58 +00:00 |
|
IterativeOptimizationParameters.h
|
in progress -- separate files to speed up compilation time...
|
2012-02-14 18:18:28 +00:00 |
|
IterativeSolver.h
|
remove all templates in CGSolvers to speedup compilation
|
2012-02-14 23:22:21 +00:00 |
|
JacobianFactor.cpp
|
remove a small overhead
|
2012-03-15 17:23:01 +00:00 |
|
JacobianFactor.h
|
Revert "Using FastVector instead of vector in most code called during elimination and solving"
|
2012-02-13 20:27:54 +00:00 |
|
KalmanFilter.cpp
|
rename method and wrap it
|
2012-01-31 21:06:56 +00:00 |
|
KalmanFilter.h
|
rename method and wrap it
|
2012-01-31 21:06:56 +00:00 |
|
NoiseModel.cpp
|
Revert "Using FastVector instead of vector in most code called during elimination and solving"
|
2012-02-13 20:27:54 +00:00 |
|
NoiseModel.h
|
Revert "Using FastVector instead of vector in most code called during elimination and solving"
|
2012-02-13 20:27:54 +00:00 |
|
Sampler.cpp
|
Added a sampler class for sampling from noise model distributions with a user-specified seed
|
2010-11-08 03:38:27 +00:00 |
|
Sampler.h
|
Added a sampler class for sampling from noise model distributions with a user-specified seed
|
2010-11-08 03:38:27 +00:00 |
|
SharedDiagonal.h
|
Wrapped sample and print
|
2011-11-05 14:26:57 +00:00 |
|
SharedGaussian.h
|
comments/formatting
|
2012-01-17 19:24:45 +00:00 |
|
SharedNoiseModel.h
|
Removed extraneous "shared" prefix from SharedNoiseModel named constructors
|
2012-02-12 17:41:57 +00:00 |
|
SubgraphPreconditioner.cpp
|
disable old subgraph preconditioners temporarily to remove name conflict
|
2012-02-02 23:16:45 +00:00 |
|
SubgraphPreconditioner.h
|
disable old subgraph preconditioners temporarily to remove name conflict
|
2012-02-02 23:16:45 +00:00 |
|
SubgraphSolver-inl.h
|
Switched Values, Ordering, and factors to int 'Key' instead of 'Symbol',
|
2012-02-19 01:02:07 +00:00 |
|
SubgraphSolver.cpp
|
disable old subgraph preconditioners temporarily to remove name conflict
|
2012-02-02 23:16:45 +00:00 |
|
SubgraphSolver.h
|
(2.0_prep branch) Merged in virtual_values branch
|
2012-02-03 17:18:32 +00:00 |
|
VectorValues.cpp
|
(in branch) added VectorValues::setZero() function
|
2011-12-13 22:49:37 +00:00 |
|
VectorValues.h
|
(in branch) Fixed Value base class assignment operator, ISAM2 expmap function, and unit tests
|
2012-01-30 21:23:02 +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 |