small wrapper updates
parent
d90dca7fab
commit
158a620eba
|
@ -33,13 +33,13 @@ class IndexPair {
|
||||||
size_t j() const;
|
size_t j() const;
|
||||||
};
|
};
|
||||||
|
|
||||||
// template<KEY = {gtsam::IndexPair}>
|
template<KEY = {gtsam::IndexPair}>
|
||||||
// class DSFMap {
|
class DSFMap {
|
||||||
// DSFMap();
|
DSFMap();
|
||||||
// KEY find(const KEY& key) const;
|
KEY find(const KEY& key) const;
|
||||||
// void merge(const KEY& x, const KEY& y);
|
void merge(const KEY& x, const KEY& y);
|
||||||
// std::map<KEY, Set> sets();
|
std::map<KEY, Set> sets();
|
||||||
// };
|
};
|
||||||
|
|
||||||
class IndexPairSet {
|
class IndexPairSet {
|
||||||
IndexPairSet();
|
IndexPairSet();
|
||||||
|
@ -81,13 +81,6 @@ class IndexPairSetMap {
|
||||||
gtsam::IndexPairSet at(gtsam::IndexPair& key);
|
gtsam::IndexPairSet at(gtsam::IndexPair& key);
|
||||||
};
|
};
|
||||||
|
|
||||||
class DSFMapIndexPair {
|
|
||||||
DSFMapIndexPair();
|
|
||||||
gtsam::IndexPair find(const gtsam::IndexPair& key) const;
|
|
||||||
void merge(const gtsam::IndexPair& x, const gtsam::IndexPair& y);
|
|
||||||
gtsam::IndexPairSetMap sets();
|
|
||||||
};
|
|
||||||
|
|
||||||
#include <gtsam/base/Matrix.h>
|
#include <gtsam/base/Matrix.h>
|
||||||
bool linear_independent(Matrix A, Matrix B, double tol);
|
bool linear_independent(Matrix A, Matrix B, double tol);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue