gtsam/gtsam/inference
Yong-Dian Jian 55655d0708 rearrange newline 2012-06-27 16:37:55 +00:00
..
tests Some refactoring of the shortcut caching code 2012-06-24 19:45:34 +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 fix typo 2012-06-27 16:36:23 +00:00
BayesNet.h print statistics for bayesnet and bayestree 2012-06-27 16:33:19 +00:00
BayesTree-inl.h rearrange newline 2012-06-27 16:37:55 +00:00
BayesTree.h print statistics for bayesnet and bayestree 2012-06-27 16:33:19 +00:00
BayesTreeCliqueBase-inl.h Added formatting objects to linear and inference objects to allow for printing meaningful keys 2012-06-25 21:19:38 +00:00
BayesTreeCliqueBase.h formatting of comments, added parent() interface for Bayes Tree cliques 2012-06-26 18:49:30 +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 Added formatting objects to linear and inference objects to allow for printing meaningful keys 2012-06-25 21:19:38 +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 Comments only 2012-06-21 14:01:34 +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 To simplify FactorGraph, removed convertCastFactors and dynamicCastFactors from FactorGraph - replaced their calls with in-place code to do the needed conversions 2012-06-18 14:55:30 +00:00
GenericMultifrontalSolver-inl.h Added testable functions to GenericMultifrontalSolver and SymbolicMultifrontalSolver 2012-06-21 23:46:24 +00:00
GenericMultifrontalSolver.h Added testable functions to GenericMultifrontalSolver and SymbolicMultifrontalSolver 2012-06-21 23:46:24 +00:00
GenericSequentialSolver-inl.h comments and formatting 2012-06-21 15:46:39 +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 comments and formatting 2012-06-21 15:46:39 +00:00
IndexFactor.h Added 5-Way and 6-Way key constructors supported by the base class 2012-06-21 19:29:01 +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 Added at(Index) synonym for the operator[]. This allows easier matlab wrapping. 2012-06-21 17:53:45 +00:00
SymbolicFactorGraph.cpp Added constructors from a BayesTree to the SymbolicFactorGraph 2012-06-21 20:26:30 +00:00
SymbolicFactorGraph.h Added constructors from a BayesTree to the SymbolicFactorGraph 2012-06-21 20:26:30 +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 Added testable functions to GenericMultifrontalSolver and SymbolicMultifrontalSolver 2012-06-21 23:46:24 +00:00
SymbolicSequentialSolver.cpp Doxygen 2011-10-22 19:53:44 +00:00
SymbolicSequentialSolver.h Created derived classes for SymbolicSequentialSolver and SymbolicMultifrontalSolver. This simplifies calling eliminate, mimics the Gaussian versions, and makes matlab wrapping possible. 2012-06-21 22:31:41 +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 Added mechanism to create a constrained ordering directly from a NonlinearFactorGraph 2012-06-20 01:35:42 +00:00
inference.cpp Comments and additional test regarding permutations and orderings 2012-06-20 00:01:49 +00:00
inference.h Added mechanism to create a constrained ordering directly from a NonlinearFactorGraph 2012-06-20 01:35:42 +00:00