gtsam/gtsam/linear
Richard Roberts da1c65b394 Comment format 2012-04-06 18:56:02 +00:00
..
tests Cleanup in linear solving: 2012-03-13 19:41:03 +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 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 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 Cleanup in linear solving: 2012-03-13 19:41:03 +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 Fixed warnings about mixing class and struct 2012-03-17 23:57:39 +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 Merge remote-tracking branch 'svn/branches/incremental_dogleg_points_to_merge' into trunk 2012-03-23 04:31:54 +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 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
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 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