gtsam
4.0.0
gtsam
|
Specialized iSAM2 Clique. More...
Go to the source code of this file.
Classes | |
class | gtsam::ISAM2Clique |
Specialized Clique structure for ISAM2, incorporating caching and gradient contribution TODO: more documentation. More... | |
Namespaces | |
gtsam | |
Global functions in a separate testing namespace. | |
Functions | |
size_t | gtsam::optimizeWildfire (const ISAM2Clique::shared_ptr &root, double threshold, const KeySet &replaced, VectorValues *delta) |
Optimize the BayesTree, starting from the root. More... | |
size_t | gtsam::optimizeWildfireNonRecursive (const ISAM2Clique::shared_ptr &root, double threshold, const KeySet &keys, VectorValues *delta) |
Specialized iSAM2 Clique.