gtsam/gtsam/inference
Frank Dellaert 80e2179a8d Cleaned up typedefs in FactorGraph.h (and removed FactorizationResult), and also made sure ::shared_ptr was never assumed to exist for a FACTOR template argument. Should it exist, ever? 2012-06-09 21:33:10 +00:00
..
tests Removed using namespace in header files 2012-06-08 14:33:59 +00:00
.cvsignore Moved the subdirectories that compile into libgtsam.la into a 'gtsam' subdirectory. Hopefully a good fix for the problem we had trying to make a gtsam distribution, that the source directory may not be called 'gtsam'. 2010-10-25 20:10:33 +00:00
BayesNet-inl.h Removed using namespace in header files 2012-06-08 14:33:53 +00:00
BayesNet.h Corrected some doxygen warnings 2012-06-03 21:51:33 +00:00
BayesTree-inl.h Removed using namespace in header files 2012-06-08 14:33:53 +00:00
BayesTree.h Fixed doxygen warnings 2012-06-07 04:54:40 +00:00
BayesTreeCliqueBase-inl.h Corrected some doxygen warnings 2012-06-03 21:51:33 +00:00
BayesTreeCliqueBase.h Fixed Doxygen warnings. 2012-06-08 19:05:13 +00:00
CMakeLists.txt Reworked cmake timing generation to use generalized test-adding macro 2012-03-29 18:57:29 +00:00
ClusterTree-inl.h Removed using namespace in header files 2012-06-08 14:33:59 +00:00
ClusterTree.h Fixed doxygen warnings. 2012-06-05 19:54:14 +00:00
Conditional.h Switched Values, Ordering, and factors to int 'Key' instead of 'Symbol', 2012-02-19 01:02:07 +00:00
EliminationTree-inl.h Cleaned up typedefs in FactorGraph.h (and removed FactorizationResult), and also made sure ::shared_ptr was never assumed to exist for a FACTOR template argument. Should it exist, ever? 2012-06-09 21:33:10 +00:00
EliminationTree.h Cleaned up typedefs in FactorGraph.h (and removed FactorizationResult), and also made sure ::shared_ptr was never assumed to exist for a FACTOR template argument. Should it exist, ever? 2012-06-09 21:33:10 +00:00
Factor-inl.h More helpful error message 2012-03-04 17:25:10 +00:00
Factor.h Fixed Doxygen warnings. 2012-06-07 23:08:43 +00:00
FactorGraph-inl.h Cleaned up typedefs in FactorGraph.h (and removed FactorizationResult), and also made sure ::shared_ptr was never assumed to exist for a FACTOR template argument. Should it exist, ever? 2012-06-09 21:33:10 +00:00
FactorGraph.h Cleaned up typedefs in FactorGraph.h (and removed FactorizationResult), and also made sure ::shared_ptr was never assumed to exist for a FACTOR template argument. Should it exist, ever? 2012-06-09 21:33:10 +00:00
GenericMultifrontalSolver-inl.h Cleaned up typedefs in FactorGraph.h (and removed FactorizationResult), and also made sure ::shared_ptr was never assumed to exist for a FACTOR template argument. Should it exist, ever? 2012-06-09 21:33:10 +00:00
GenericMultifrontalSolver.h Cleaned up typedefs in FactorGraph.h (and removed FactorizationResult), and also made sure ::shared_ptr was never assumed to exist for a FACTOR template argument. Should it exist, ever? 2012-06-09 21:33:10 +00:00
GenericSequentialSolver-inl.h Cleaned up typedefs in FactorGraph.h (and removed FactorizationResult), and also made sure ::shared_ptr was never assumed to exist for a FACTOR template argument. Should it exist, ever? 2012-06-09 21:33:10 +00:00
GenericSequentialSolver.h Cleaned up typedefs in FactorGraph.h (and removed FactorizationResult), and also made sure ::shared_ptr was never assumed to exist for a FACTOR template argument. Should it exist, ever? 2012-06-09 21:33:10 +00:00
ISAM-inl.h Removed using namespace in header files 2012-06-08 14:33:36 +00:00
ISAM.h Included the inline header at the end of the standard header 2012-04-02 20:10:24 +00:00
IndexConditional.cpp Revived generic eliminate and eliminateOne functions for partial elimination 2012-03-03 20:23:03 +00:00
IndexConditional.h Revert "Using FastVector instead of vector in most code called during elimination and solving" 2012-02-13 20:27:54 +00:00
IndexFactor.cpp Doxygen 2011-10-22 19:53:44 +00:00
IndexFactor.h Revert "Using FastVector instead of vector in most code called during elimination and solving" 2012-02-13 20:27:54 +00:00
JunctionTree-inl.h Removed using namespace in header files 2012-06-08 14:33:36 +00:00
JunctionTree.h Fixed Doxygen warnings. 2012-06-08 19:05:13 +00:00
Permutation.cpp Doxygen 2011-10-22 19:53:44 +00:00
Permutation.h Revived generic eliminate and eliminateOne functions for partial elimination 2012-03-03 20:23:03 +00:00
SymbolicFactorGraph.cpp cleaned up code a bit 2012-06-09 21:31:22 +00:00
SymbolicFactorGraph.h Revert "Using FastVector instead of vector in most code called during elimination and solving" 2012-02-13 20:27:54 +00:00
SymbolicMultifrontalSolver.cpp (in branch) make check passes after refactoring and code changes for including -inl.h files from .h files 2011-12-12 23:19:31 +00:00
SymbolicMultifrontalSolver.h Doxygen 2011-10-22 19:53:44 +00:00
SymbolicSequentialSolver.cpp Doxygen 2011-10-22 19:53:44 +00:00
SymbolicSequentialSolver.h Doxygen 2011-10-22 19:53:44 +00:00
VariableIndex.cpp Fixed VariableIndex deep copy 2012-04-12 19:55:11 +00:00
VariableIndex.h Fixed VariableIndex deep copy 2012-04-12 19:55:11 +00:00
VariableSlots.cpp Doxygen 2011-10-22 19:53:44 +00:00
VariableSlots.h added comment groupings to inference 2012-01-23 19:54:45 +00:00
graph-inl.h Fixed compile error because "using namespace std" disappeared. 2012-06-09 18:17:13 +00:00
graph.h Renamed DynamicValues to Values and removed specialized derived Values classes 2012-02-02 16:16:46 +00:00
inference-inl.h Cleaned up typedefs in FactorGraph.h (and removed FactorizationResult), and also made sure ::shared_ptr was never assumed to exist for a FACTOR template argument. Should it exist, ever? 2012-06-09 21:33:10 +00:00
inference.cpp Corrected some doxygen warnings 2012-06-03 21:51:33 +00:00
inference.h Cleaned up typedefs in FactorGraph.h (and removed FactorizationResult), and also made sure ::shared_ptr was never assumed to exist for a FACTOR template argument. Should it exist, ever? 2012-06-09 21:33:10 +00:00