You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the metric manifold decorator is mature enough to be moved here,
maybe even with a few metric types (maybe also just EuclideanMetric).
We could use this also to introduce the function
get_metric(::AbstracManifold)
which would return just the .metric field for a MetricManifold and otherwise the default metric (stored in a trait, so maybe a little tricky to obtain, but surely doable).
The text was updated successfully, but these errors were encountered:
I think the metric manifold decorator is mature enough to be moved here,
maybe even with a few metric types (maybe also just
EuclideanMetric
).We could use this also to introduce the function
get_metric(::AbstracManifold)
which would return just the
.metric
field for aMetricManifold
and otherwise the default metric (stored in a trait, so maybe a little tricky to obtain, but surely doable).The text was updated successfully, but these errors were encountered: