gtsam/gtsam/linear
Richard Roberts 7a0daaa7d9 Fixed HessianFactor error to be consistent with JacobianFactor error and added unit test. 2011-04-12 22:06:33 +00:00
..
tests Fixed HessianFactor error to be consistent with JacobianFactor error and added unit test. 2011-04-12 22:06:33 +00:00
BayesNetPreconditioner.cpp
BayesNetPreconditioner.h
Errors.cpp
Errors.h
GaussianBayesNet.cpp
GaussianBayesNet.h
GaussianConditional.cpp made keys_ and nrFrontals_ private to ensure correct constructors are called 2011-03-25 16:57:28 +00:00
GaussianConditional.h made keys_ and nrFrontals_ private to ensure correct constructors are called 2011-03-25 16:57:28 +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 made keys_ and nrFrontals_ private to ensure correct constructors are called 2011-03-25 16:57:28 +00:00
GaussianFactorGraph.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
GaussianFactorGraph.h 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
GaussianISAM.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
GaussianISAM.h 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
GaussianJunctionTree.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
GaussianJunctionTree.h 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
GaussianMultifrontalSolver.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
GaussianMultifrontalSolver.h
GaussianSequentialSolver.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
GaussianSequentialSolver.h
HessianFactor.cpp Fixed HessianFactor error to be consistent with JacobianFactor error and added unit test. 2011-04-12 22:06:33 +00:00
HessianFactor.h Fixed HessianFactor error to be consistent with JacobianFactor error and added unit test. 2011-04-12 22:06:33 +00:00
IterativeOptimizationParameters.h
IterativeSolver.h
JacobianFactor.cpp made keys_ and nrFrontals_ private to ensure correct constructors are called 2011-03-25 16:57:28 +00:00
JacobianFactor.h made keys_ and nrFrontals_ private to ensure correct constructors are called 2011-03-25 16:57:28 +00:00
Makefile.am 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
NoiseModel.cpp Removed boost.serialization export keys from noisemodel because they don't work outside of one test 2011-03-08 18:13:49 +00:00
NoiseModel.h Removed boost.serialization export keys from noisemodel because they don't work outside of one test 2011-03-08 18:13:49 +00:00
Sampler.cpp
Sampler.h
SharedDiagonal.h Added sharedUnit(size_t dim) function to SharedDiagonal.h 2011-03-18 14:50:27 +00:00
SharedGaussian.h Removed exports for SharedGaussian and SharedDiagonal and moved them to testSerialization 2011-03-08 19:19:21 +00:00
SubgraphPreconditioner.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
SubgraphPreconditioner.h Merging hessianfactor branch, Cholesky is now default and GaussianFactor is virtual (see email to frankcvs) 2011-01-20 22:22:00 +00:00
SubgraphSolver-inl.h 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
SubgraphSolver.h VariableIndex is now constructed at the creation of a NonlinearOptimizer and passed in at solver creation. 2011-02-10 16:51:56 +00:00
VectorBTree.cpp
VectorBTree.h
VectorMap.cpp
VectorMap.h
VectorValues.h
iterative-inl.h Merging hessianfactor branch, Cholesky is now default and GaussianFactor is virtual (see email to frankcvs) 2011-01-20 22:22:00 +00:00
iterative.cpp Removed incorrect dynamic_pointer_cast that caused a compile error for non-virtual derived factors. 2011-02-18 22:10:21 +00:00
iterative.h Merging hessianfactor branch, Cholesky is now default and GaussianFactor is virtual (see email to frankcvs) 2011-01-20 22:22:00 +00:00