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).
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
.metricfield for aMetricManifoldand otherwise the default metric (stored in a trait, so maybe a little tricky to obtain, but surely doable).