Removed 'permuteSeparatorWithInverse' from MATLAB wrapper
parent
b58fb71377
commit
5810747937
5
gtsam.h
5
gtsam.h
|
@ -765,7 +765,6 @@ class IndexConditional {
|
||||||
gtsam::IndexFactor* toFactor() const;
|
gtsam::IndexFactor* toFactor() const;
|
||||||
|
|
||||||
//Advanced interface
|
//Advanced interface
|
||||||
bool permuteSeparatorWithInverse(const gtsam::Permutation& inversePermutation);
|
|
||||||
void permuteWithInverse(const gtsam::Permutation& inversePermutation);
|
void permuteWithInverse(const gtsam::Permutation& inversePermutation);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -788,7 +787,6 @@ virtual class BayesNet {
|
||||||
void push_front(This& conditional);
|
void push_front(This& conditional);
|
||||||
void pop_front();
|
void pop_front();
|
||||||
void permuteWithInverse(const gtsam::Permutation& inversePermutation);
|
void permuteWithInverse(const gtsam::Permutation& inversePermutation);
|
||||||
bool permuteSeparatorWithInverse(const gtsam::Permutation& inversePermutation);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#include <gtsam/inference/BayesTree.h>
|
#include <gtsam/inference/BayesTree.h>
|
||||||
|
@ -832,7 +830,6 @@ virtual class BayesTreeClique {
|
||||||
// derived_ptr parent() const { return parent_.lock(); }
|
// derived_ptr parent() const { return parent_.lock(); }
|
||||||
|
|
||||||
void permuteWithInverse(const gtsam::Permutation& inversePermutation);
|
void permuteWithInverse(const gtsam::Permutation& inversePermutation);
|
||||||
bool permuteSeparatorWithInverse(const gtsam::Permutation& inversePermutation);
|
|
||||||
|
|
||||||
// FIXME: need wrapped versions graphs, BayesNet
|
// FIXME: need wrapped versions graphs, BayesNet
|
||||||
// BayesNet<ConditionalType> shortcut(derived_ptr root, Eliminate function) const;
|
// BayesNet<ConditionalType> shortcut(derived_ptr root, Eliminate function) const;
|
||||||
|
@ -859,7 +856,6 @@ virtual class SymbolicBayesNet : gtsam::SymbolicBayesNetBase {
|
||||||
//Advanced Interface
|
//Advanced Interface
|
||||||
void pop_front();
|
void pop_front();
|
||||||
void permuteWithInverse(const gtsam::Permutation& inversePermutation);
|
void permuteWithInverse(const gtsam::Permutation& inversePermutation);
|
||||||
bool permuteSeparatorWithInverse(const gtsam::Permutation& inversePermutation);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#include <gtsam/inference/SymbolicFactorGraph.h>
|
#include <gtsam/inference/SymbolicFactorGraph.h>
|
||||||
|
@ -1806,7 +1802,6 @@ virtual class ISAM2Clique {
|
||||||
void print(string s);
|
void print(string s);
|
||||||
|
|
||||||
void permuteWithInverse(const gtsam::Permutation& inversePermutation);
|
void permuteWithInverse(const gtsam::Permutation& inversePermutation);
|
||||||
bool permuteSeparatorWithInverse(const gtsam::Permutation& inversePermutation);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class ISAM2Result {
|
class ISAM2Result {
|
||||||
|
|
Loading…
Reference in New Issue