Remove COLAMD varindex overload
parent
7e912c5cdd
commit
198efe23c7
|
@ -122,8 +122,11 @@ class Ordering {
|
||||||
template <
|
template <
|
||||||
FACTOR_GRAPH = {gtsam::NonlinearFactorGraph, gtsam::DiscreteFactorGraph,
|
FACTOR_GRAPH = {gtsam::NonlinearFactorGraph, gtsam::DiscreteFactorGraph,
|
||||||
gtsam::SymbolicFactorGraph, gtsam::GaussianFactorGraph, gtsam::HybridGaussianFactorGraph}>
|
gtsam::SymbolicFactorGraph, gtsam::GaussianFactorGraph, gtsam::HybridGaussianFactorGraph}>
|
||||||
|
|
||||||
|
// Can't have both of these Colamd implementations; the second overrides the first.
|
||||||
|
// Python wrapper is for ease of use, so choose the one that is more commonly used.
|
||||||
static gtsam::Ordering Colamd(const FACTOR_GRAPH& graph);
|
static gtsam::Ordering Colamd(const FACTOR_GRAPH& graph);
|
||||||
static gtsam::Ordering Colamd(const gtsam::VariableIndex& variableIndex);
|
// static gtsam::Ordering Colamd(const gtsam::VariableIndex& variableIndex);
|
||||||
|
|
||||||
template <
|
template <
|
||||||
FACTOR_GRAPH = {gtsam::NonlinearFactorGraph, gtsam::DiscreteFactorGraph,
|
FACTOR_GRAPH = {gtsam::NonlinearFactorGraph, gtsam::DiscreteFactorGraph,
|
||||||
|
|
Loading…
Reference in New Issue