| .. |
|
tests
|
Merge branch 'trunk'
|
2013-06-17 21:15:57 +00:00 |
|
BayesNet-inl.h
|
Disabled extra debug-mode consistency checks that may affect runtime complexity, these are now only enabled when GTSAM_EXTRA_CONSISTENCY_CHECKS is defined
|
2013-05-20 17:26:53 +00:00 |
|
BayesNet.h
|
Disabled extra debug-mode consistency checks that may affect runtime complexity, these are now only enabled when GTSAM_EXTRA_CONSISTENCY_CHECKS is defined
|
2013-05-20 17:26:53 +00:00 |
|
BayesNetUnordered-inst.h
|
Small cleanups and fixes in included header files, functions in header file vs cpp/inst file, formatting, private/public, and inheritance.
|
2013-07-09 17:50:38 +00:00 |
|
BayesNetUnordered.h
|
Fixed bug in JunctionTree construction with merging the wrong children - cleaned up some unit tests and added a sequential elimination ASIA test.
|
2013-06-06 15:36:58 +00:00 |
|
BayesTree-inl.h
|
Removed checkConsistency() from BayesTree
|
2013-05-22 17:27:44 +00:00 |
|
BayesTree.h
|
Removed checkConsistency() from BayesTree
|
2013-05-22 17:27:44 +00:00 |
|
BayesTreeCliqueBase-inl.h
|
Disabled extra debug-mode consistency checks that may affect runtime complexity, these are now only enabled when GTSAM_EXTRA_CONSISTENCY_CHECKS is defined
|
2013-05-20 17:26:53 +00:00 |
|
BayesTreeCliqueBase.h
|
Generating config.h file in CMake with quaternion mode flag, dataset paths. Also added CMake option to use system-installed Eigen, which works by generating a global eigen include file containing the corresponding include paths.
|
2013-04-25 15:57:15 +00:00 |
|
BayesTreeCliqueBaseUnordered-inst.h
|
Commented out Hessian, cholesky, and gradient code so that library compiles
|
2013-07-09 17:50:32 +00:00 |
|
BayesTreeCliqueBaseUnordered.h
|
Small cleanups and fixes in included header files, functions in header file vs cpp/inst file, formatting, private/public, and inheritance.
|
2013-07-09 17:50:38 +00:00 |
|
BayesTreeUnordered-inst.h
|
Fixed bugs and compile errors for elimination and back-sub
|
2013-07-09 17:50:51 +00:00 |
|
BayesTreeUnordered.h
|
Small cleanups and fixes in included header files, functions in header file vs cpp/inst file, formatting, private/public, and inheritance.
|
2013-07-09 17:50:38 +00:00 |
|
CMakeLists.txt
|
Improved build of shared vs static GTSAM libraries - now possible to build either one or both, executables link to the shared if it is being build, or otherwise to the static. Also removed separate shared/static CMake flags for gtsam_unstable, now uses the same GTSAM_BUILD_SHARED and GTSAM_BUILD_STATIC as gtsam.
|
2013-03-13 18:17:39 +00:00 |
|
ClusterTree-inl.h
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
|
ClusterTree.h
|
Generating config.h file in CMake with quaternion mode flag, dataset paths. Also added CMake option to use system-installed Eigen, which works by generating a global eigen include file containing the corresponding include paths.
|
2013-04-25 15:57:15 +00:00 |
|
Conditional.h
|
Fixed missing include of boost.range, fixed signed/unsigned comparison warning
|
2012-09-17 01:26:08 +00:00 |
|
ConditionalUnordered-inst.h
|
Small cleanups and fixes in included header files, functions in header file vs cpp/inst file, formatting, private/public, and inheritance.
|
2013-07-09 17:50:38 +00:00 |
|
ConditionalUnordered.h
|
Serialization fix
|
2013-07-09 17:50:40 +00:00 |
|
EliminateableFactorGraph-inst.h
|
Fixed errors and warnings in new unordered code
|
2013-07-01 20:19:41 +00:00 |
|
EliminateableFactorGraph.h
|
Fixed bugs and compile errors for elimination and back-sub
|
2013-07-09 17:50:51 +00:00 |
|
EliminationTree-inl.h
|
Joint marginals using lowest-common-ancestor shortcuts. As part of this commit, caching of shortcuts is removed, the BayesTreeCliqueBase::marginal function computing single-variable shortcut marginals is removed, and the factor/frontal size checks in symbolic and discrete elimination are modified to permit eliminating empty factors or zero frontal variables.
|
2012-10-28 06:21:21 +00:00 |
|
EliminationTree.h
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
|
EliminationTreeUnordered-inst.h
|
Fixed bugs and compile errors for elimination and back-sub
|
2013-07-09 17:50:51 +00:00 |
|
EliminationTreeUnordered.h
|
Small cleanups and fixes in included header files, functions in header file vs cpp/inst file, formatting, private/public, and inheritance.
|
2013-07-09 17:50:38 +00:00 |
|
Factor-inl.h
|
Disabled extra debug-mode consistency checks that may affect runtime complexity, these are now only enabled when GTSAM_EXTRA_CONSISTENCY_CHECKS is defined
|
2013-05-20 17:26:53 +00:00 |
|
Factor.h
|
Generating config.h file in CMake with quaternion mode flag, dataset paths. Also added CMake option to use system-installed Eigen, which works by generating a global eigen include file containing the corresponding include paths.
|
2013-04-25 15:57:15 +00:00 |
|
FactorGraph-inl.h
|
Added missing include
|
2013-03-18 19:45:37 +00:00 |
|
FactorGraph.h
|
Added exists() to FactorGraph to allow for checking whether a factor exists at a given index. Necessary for matlab interface.
|
2013-06-06 18:07:55 +00:00 |
|
FactorGraphUnordered-inst.h
|
Added FactorGraph constructor from BayesTree in unordered code. Made FactorGraph += operator templated so can += any type that works with push_back.
|
2013-06-24 19:30:18 +00:00 |
|
FactorGraphUnordered.h
|
Made FactorGraph equals protected since it should be overridden
|
2013-07-05 20:45:56 +00:00 |
|
FactorUnordered.cpp
|
Continued work on unordered classes and elimination algorithm
|
2013-06-06 15:36:11 +00:00 |
|
FactorUnordered.h
|
Standardizing interfaces
|
2013-07-08 01:33:43 +00:00 |
|
GenericMultifrontalSolver-inl.h
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
|
GenericMultifrontalSolver.h
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
|
GenericSequentialSolver-inl.h
|
Small changes for Qualifier 2013 Scheduling
|
2013-03-19 18:05:13 +00:00 |
|
GenericSequentialSolver.h
|
Generating config.h file in CMake with quaternion mode flag, dataset paths. Also added CMake option to use system-installed Eigen, which works by generating a global eigen include file containing the corresponding include paths.
|
2013-04-25 15:57:15 +00:00 |
|
ISAM-inl.h
|
Added check to prevent trying to add disconnected factors in iSAM1
|
2013-05-22 17:27:43 +00:00 |
|
ISAM.h
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
|
IndexConditional.cpp
|
Disabled extra debug-mode consistency checks that may affect runtime complexity, these are now only enabled when GTSAM_EXTRA_CONSISTENCY_CHECKS is defined
|
2013-05-20 17:26:53 +00:00 |
|
IndexConditional.h
|
Generating config.h file in CMake with quaternion mode flag, dataset paths. Also added CMake option to use system-installed Eigen, which works by generating a global eigen include file containing the corresponding include paths.
|
2013-04-25 15:57:15 +00:00 |
|
IndexFactor.cpp
|
Added dll export tags and updated cmake scripts so that GTSAM can build as a shared library on windows
|
2013-03-13 18:56:21 +00:00 |
|
IndexFactor.h
|
Added dll export tags and updated cmake scripts so that GTSAM can build as a shared library on windows
|
2013-03-13 18:56:21 +00:00 |
|
JunctionTree-inl.h
|
Formatting
|
2013-07-09 17:50:42 +00:00 |
|
JunctionTree.h
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
|
JunctionTreeUnordered-inst.h
|
Fixed bugs and compile errors for elimination and back-sub
|
2013-07-09 17:50:51 +00:00 |
|
JunctionTreeUnordered.h
|
Small cleanups and fixes in included header files, functions in header file vs cpp/inst file, formatting, private/public, and inheritance.
|
2013-07-09 17:50:38 +00:00 |
|
Key.cpp
|
Merge branch 'trunk'
|
2013-06-17 21:15:57 +00:00 |
|
Key.h
|
Merge branch 'trunk'
|
2013-06-17 21:15:57 +00:00 |
|
OrderingUnordered.cpp
|
Added invert to OrderingUnordered
|
2013-07-01 20:19:29 +00:00 |
|
OrderingUnordered.h
|
Added invert to OrderingUnordered
|
2013-07-01 20:19:29 +00:00 |
|
Permutation.cpp
|
For speed, added partial permutation version of VectorValues::permuteInPlace and removed Permutation::partialPermutation (which generated a full-length permutation with only a few entries rearranged)
|
2012-12-18 14:21:58 +00:00 |
|
Permutation.h
|
Generating config.h file in CMake with quaternion mode flag, dataset paths. Also added CMake option to use system-installed Eigen, which works by generating a global eigen include file containing the corresponding include paths.
|
2013-04-25 15:57:15 +00:00 |
|
SymbolicFactorGraph.cpp
|
Whitespace
|
2013-01-08 23:31:50 +00:00 |
|
SymbolicFactorGraph.h
|
Generating config.h file in CMake with quaternion mode flag, dataset paths. Also added CMake option to use system-installed Eigen, which works by generating a global eigen include file containing the corresponding include paths.
|
2013-04-25 15:57:15 +00:00 |
|
SymbolicMultifrontalSolver.cpp
|
Added dll export tags and updated cmake scripts so that GTSAM can build as a shared library on windows
|
2013-03-13 18:56:21 +00:00 |
|
SymbolicMultifrontalSolver.h
|
Added testable functions to GenericMultifrontalSolver and SymbolicMultifrontalSolver
|
2012-06-21 23:46:24 +00:00 |
|
SymbolicSequentialSolver.cpp
|
Added dll export tags and updated cmake scripts so that GTSAM can build as a shared library on windows
|
2013-03-13 18:56:21 +00:00 |
|
SymbolicSequentialSolver.h
|
conditionalBayesNet and an internal eliminate - developed for making shortcuts
|
2012-09-16 17:52:14 +00:00 |
|
VariableIndex.cpp
|
Disabled extra debug-mode consistency checks that may affect runtime complexity, these are now only enabled when GTSAM_EXTRA_CONSISTENCY_CHECKS is defined
|
2013-05-20 17:26:53 +00:00 |
|
VariableIndex.h
|
Added serialize()
|
2013-06-20 17:08:31 +00:00 |
|
VariableIndexUnordered-inl.h
|
Copied over all existing inference and symbolic unit tests that should now be symbolic. More work on multifrontal elimination.
|
2013-06-06 15:36:55 +00:00 |
|
VariableIndexUnordered.cpp
|
Added a bunch of Unordered classes, elimination algorithm in progress
|
2013-06-06 15:35:58 +00:00 |
|
VariableIndexUnordered.h
|
Continued work on unordered classes and elimination algorithm
|
2013-06-06 15:36:11 +00:00 |
|
VariableSlots.cpp
|
Fixed size_t/Key/Index types
|
2013-07-01 20:19:31 +00:00 |
|
VariableSlots.h
|
Fixed size_t/Key/Index types
|
2013-07-01 20:19:31 +00:00 |
|
graph-inl.h
|
Fixed a bunch of compiler warnings
|
2013-04-05 21:34:04 +00:00 |
|
graph.h
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
|
inference-inl.h
|
add timing statements for colamd
|
2012-11-16 22:59:57 +00:00 |
|
inference-inst.h
|
Fixed bug in JunctionTree construction with merging the wrong children - cleaned up some unit tests and added a sequential elimination ASIA test.
|
2013-06-06 15:36:58 +00:00 |
|
inference.cpp
|
Fixed warnings in preexisting code
|
2013-07-01 20:19:36 +00:00 |
|
inference.h
|
Added dll export tags and updated cmake scripts so that GTSAM can build as a shared library on windows
|
2013-03-13 18:56:21 +00:00 |
|
inferenceExceptions.h
|
Adding elimination algorithms to factor graph eliminateable base class
|
2013-06-06 15:36:38 +00:00 |