A faster implementation for DSF, which uses vector rather than btree. More...
#include <gtsam/dllexport.h>
#include <gtsam/global_includes.h>
#include <memory>
#include <vector>
#include <set>
#include <map>
Go to the source code of this file.
Classes | |
class | gtsam::DSFBase |
class | gtsam::DSFVector |
Namespaces | |
gtsam | |
traits | |
A faster implementation for DSF, which uses vector rather than btree.
Definition in file DSFVector.h.