default argument for ordering in wrapper
parent
bbceb7a305
commit
2869a703d6
|
@ -288,7 +288,8 @@ class HybridSmoother {
|
||||||
std::optional<size_t> maxNrLeaves = std::nullopt,
|
std::optional<size_t> maxNrLeaves = std::nullopt,
|
||||||
const std::optional<gtsam::Ordering> given_ordering = std::nullopt);
|
const std::optional<gtsam::Ordering> given_ordering = std::nullopt);
|
||||||
|
|
||||||
void relinearize(const std::optional<gtsam::Ordering> givenOrdering);
|
void relinearize(
|
||||||
|
const std::optional<gtsam::Ordering> givenOrdering = std::nullopt);
|
||||||
|
|
||||||
gtsam::Values linearizationPoint() const;
|
gtsam::Values linearizationPoint() const;
|
||||||
gtsam::HybridNonlinearFactorGraph allFactors() const;
|
gtsam::HybridNonlinearFactorGraph allFactors() const;
|
||||||
|
|
Loading…
Reference in New Issue