JuliaManifolds / Manifolds.jl

Manifolds.jl provides a library of manifolds aiming for an easy-to-use and fast implementation.
https://juliamanifolds.github.io/Manifolds.jl
MIT License
367 stars 52 forks source link

Implement and document parallel transport on Grassmann. #731

Closed kellertuer closed 2 months ago

kellertuer commented 2 months ago

I recently noticed (p. 171 AMS08), that parallel transport on Grassmann (Stiefel representation) has a closed form in the _direction variant. So here is an implementation. Will add tests the next few days.

🛣️

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.58%. Comparing base (7785932) to head (d7057fb).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #731 +/- ## ======================================= Coverage 99.58% 99.58% ======================================= Files 114 114 Lines 11230 11244 +14 ======================================= + Hits 11183 11197 +14 Misses 47 47 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.