Closed kellertuer closed 2 months ago
Attention: Patch coverage is 0%
with 5 lines
in your changes missing coverage. Please review.
Project coverage is 99.53%. Comparing base (
732ab72
) to head (9048938
).
Files | Patch % | Lines |
---|---|---|
src/manifolds/Sphere.jl | 0.00% | 3 Missing :warning: |
src/submersion.jl | 0.00% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
As far as I can tell, Boumal and Absil's books you refer to in the comment refer to significantly different things. You probably want the $$h$$ function from Boumal's section 7.7 ("Manifolds defined by h(x) = 0)? I wouldn't call that a submersion, maybe something related to level sets?
We also indeed might not need these, we just noticed, so it would anyways be a point whether we do those.
It is a super special case of a submersion, but I would also be fine with level set
Since for now we do not directly need these, I will close this PR and open an issue for that first to discuss the details before restarting an implementation.
This is a start to get submersions and their differentials implemented for the manifolds where that is reasonable.
Before continuing a bit of feedback about the approach and naming of the functions would be great.