gtsam/linear
Richard Roberts f9e0ed07a3 Code cleanup: lean and mean VariableIndex (got rid of different types for different FG's, slots, and storage template), renamed Conditional.h and Factor.h to match class names ConditionalBase and FactorBase (not ideal names but prevents conflict with typedefs), added typedef for symbolic multifrontal solver. 2010-10-22 18:02:55 +00:00
..
tests Code cleanup: lean and mean VariableIndex (got rid of different types for different FG's, slots, and storage template), renamed Conditional.h and Factor.h to match class names ConditionalBase and FactorBase (not ideal names but prevents conflict with typedefs), added typedef for symbolic multifrontal solver. 2010-10-22 18:02:55 +00:00
BayesNetPreconditioner.cpp prepend license information on all the codes 2010-10-14 04:54:38 +00:00
BayesNetPreconditioner.h prepend license information on all the codes 2010-10-14 04:54:38 +00:00
Errors.cpp updates for cityslam, unfinished.. 2010-10-14 16:08:16 +00:00
Errors.h updates for cityslam, unfinished.. 2010-10-14 16:08:16 +00:00
GaussianBayesNet.cpp prepend license information on all the codes 2010-10-14 04:54:38 +00:00
GaussianBayesNet.h prepend license information on all the codes 2010-10-14 04:54:38 +00:00
GaussianConditional.cpp clean up 2010-10-21 21:12:37 +00:00
GaussianConditional.h clean up 2010-10-21 21:12:37 +00:00
GaussianFactor.cpp Code cleanup: lean and mean VariableIndex (got rid of different types for different FG's, slots, and storage template), renamed Conditional.h and Factor.h to match class names ConditionalBase and FactorBase (not ideal names but prevents conflict with typedefs), added typedef for symbolic multifrontal solver. 2010-10-22 18:02:55 +00:00
GaussianFactor.h Code cleanup: lean and mean VariableIndex (got rid of different types for different FG's, slots, and storage template), renamed Conditional.h and Factor.h to match class names ConditionalBase and FactorBase (not ideal names but prevents conflict with typedefs), added typedef for symbolic multifrontal solver. 2010-10-22 18:02:55 +00:00
GaussianFactorGraph.cpp Code cleanup: lean and mean VariableIndex (got rid of different types for different FG's, slots, and storage template), renamed Conditional.h and Factor.h to match class names ConditionalBase and FactorBase (not ideal names but prevents conflict with typedefs), added typedef for symbolic multifrontal solver. 2010-10-22 18:02:55 +00:00
GaussianFactorGraph.h Code cleanup: lean and mean VariableIndex (got rid of different types for different FG's, slots, and storage template), renamed Conditional.h and Factor.h to match class names ConditionalBase and FactorBase (not ideal names but prevents conflict with typedefs), added typedef for symbolic multifrontal solver. 2010-10-22 18:02:55 +00:00
GaussianFactorSet.h prepend license information on all the codes 2010-10-14 04:54:38 +00:00
GaussianISAM.cpp cleanup 2010-10-21 23:20:18 +00:00
GaussianISAM.h Template arguments capitalized 2010-10-20 16:37:47 +00:00
GaussianJunctionTree.cpp make check passes with dense qr using lapack geqrf 2010-10-22 03:51:10 +00:00
GaussianJunctionTree.h Multifrontal QR using new solver interface 2010-10-22 00:06:54 +00:00
GaussianMultifrontalSolver.cpp Code cleanup: lean and mean VariableIndex (got rid of different types for different FG's, slots, and storage template), renamed Conditional.h and Factor.h to match class names ConditionalBase and FactorBase (not ideal names but prevents conflict with typedefs), added typedef for symbolic multifrontal solver. 2010-10-22 18:02:55 +00:00
GaussianMultifrontalSolver.h Code cleanup: lean and mean VariableIndex (got rid of different types for different FG's, slots, and storage template), renamed Conditional.h and Factor.h to match class names ConditionalBase and FactorBase (not ideal names but prevents conflict with typedefs), added typedef for symbolic multifrontal solver. 2010-10-22 18:02:55 +00:00
GaussianSequentialSolver.cpp Code cleanup: lean and mean VariableIndex (got rid of different types for different FG's, slots, and storage template), renamed Conditional.h and Factor.h to match class names ConditionalBase and FactorBase (not ideal names but prevents conflict with typedefs), added typedef for symbolic multifrontal solver. 2010-10-22 18:02:55 +00:00
GaussianSequentialSolver.h Code cleanup: lean and mean VariableIndex (got rid of different types for different FG's, slots, and storage template), renamed Conditional.h and Factor.h to match class names ConditionalBase and FactorBase (not ideal names but prevents conflict with typedefs), added typedef for symbolic multifrontal solver. 2010-10-22 18:02:55 +00:00
Makefile.am make check passes with dense qr using lapack geqrf 2010-10-22 03:51:10 +00:00
NoiseModel.cpp make check passes with dense qr using lapack geqrf 2010-10-22 03:51:10 +00:00
NoiseModel.h cleanup 2010-10-21 23:20:18 +00:00
SharedDiagonal.h prepend license information on all the codes 2010-10-14 04:54:38 +00:00
SharedGaussian.h prepend license information on all the codes 2010-10-14 04:54:38 +00:00
SubgraphPreconditioner.cpp Code cleanup: lean and mean VariableIndex (got rid of different types for different FG's, slots, and storage template), renamed Conditional.h and Factor.h to match class names ConditionalBase and FactorBase (not ideal names but prevents conflict with typedefs), added typedef for symbolic multifrontal solver. 2010-10-22 18:02:55 +00:00
SubgraphPreconditioner.h Code cleanup: lean and mean VariableIndex (got rid of different types for different FG's, slots, and storage template), renamed Conditional.h and Factor.h to match class names ConditionalBase and FactorBase (not ideal names but prevents conflict with typedefs), added typedef for symbolic multifrontal solver. 2010-10-22 18:02:55 +00:00
SubgraphSolver-inl.h New linear solver interface, global inference functions removed. 2010-10-21 22:59:54 +00:00
SubgraphSolver.h Template arguments capitalized 2010-10-20 16:37:47 +00:00
VectorBTree.cpp prepend license information on all the codes 2010-10-14 04:54:38 +00:00
VectorBTree.h cleanup 2010-10-21 23:20:18 +00:00
VectorMap.cpp prepend license information on all the codes 2010-10-14 04:54:38 +00:00
VectorMap.h Template arguments capitalized 2010-10-20 16:37:47 +00:00
VectorValues.h cleanup 2010-10-21 23:20:18 +00:00
iterative-inl.h updates for cityslam, unfinished.. 2010-10-14 16:08:16 +00:00
iterative.cpp prepend license information on all the codes 2010-10-14 04:54:38 +00:00
iterative.h prepend license information on all the codes 2010-10-14 04:54:38 +00:00