Added access to the variable index in the iSAM2 solver
parent
efd94014b7
commit
8f5dd13cf7
|
|
@ -490,6 +490,9 @@ public:
|
||||||
/** Access the current ordering */
|
/** Access the current ordering */
|
||||||
const Ordering& getOrdering() const { return ordering_; }
|
const Ordering& getOrdering() const { return ordering_; }
|
||||||
|
|
||||||
|
/** Access the nonlinear variable index */
|
||||||
|
const VariableIndex& getVariableIndex() const { return variableIndex_; }
|
||||||
|
|
||||||
size_t lastAffectedVariableCount;
|
size_t lastAffectedVariableCount;
|
||||||
size_t lastAffectedFactorCount;
|
size_t lastAffectedFactorCount;
|
||||||
size_t lastAffectedCliqueCount;
|
size_t lastAffectedCliqueCount;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue