gtsam/gtsam/linear
Richard Roberts c30f8cf201 Added missing header 2012-04-24 14:01:39 +00:00
..
tests Caching linearized factors in iSAM2, improves speed when linearization is expensive 2012-04-11 14:17:59 +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 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 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 Compiles and passes unit tests 2012-03-19 14:32:37 +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 Caching linearized factors in iSAM2, improves speed when linearization is expensive 2012-04-11 14:17:59 +00:00
GaussianFactorGraph.cpp Caching linearized factors in iSAM2, improves speed when linearization is expensive 2012-04-11 14:17:59 +00:00
GaussianFactorGraph.h Fixed warnings about mixing class and struct 2012-03-17 23:57:39 +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 Included the inline header at the end of the standard header 2012-04-02 20:10:24 +00:00
GaussianMultifrontalSolver.h Doxygen 2011-10-22 19:56:26 +00:00
GaussianSequentialSolver.cpp Included the inline header at the end of the standard header 2012-04-02 20:10:24 +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 Caching linearized factors in iSAM2, improves speed when linearization is expensive 2012-04-11 14:17:59 +00:00
IterativeOptimizationParameters.h 2012-04-18 20:21:46 +00:00
IterativeSolver.h revise parameter struct and clean file 2012-04-07 04:40:24 +00:00
JacobianFactor.cpp Caching linearized factors in iSAM2, improves speed when linearization is expensive 2012-04-11 14:17:59 +00:00
JacobianFactor.h 2012-04-17 14:21:13 +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 Fixed parenthesis typos 2012-04-09 13:21:14 +00:00
NoiseModel.h Fixed warnings about mixing class and struct 2012-03-17 23:57:39 +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 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