JuliaManifolds / ManifoldsBase.jl

Basic interface for manifolds in Julia
https://juliamanifolds.github.io/ManifoldsBase.jl/
MIT License
87 stars 8 forks source link

Introduce the default_method functions for Power manifolds. #125

Closed kellertuer closed 1 year ago

kellertuer commented 1 year ago

This PR introduces default method functions (retraction, inverse retraction, vector transport) for PowerManifold.

codecov[bot] commented 1 year ago

Codecov Report

Merging #125 (912ed36) into master (715932d) will decrease coverage by 0.09%. The diff coverage is 100.00%.

:exclamation: Current head 912ed36 differs from pull request most recent head 1f9bf5d. Consider uploading reports for the commit 1f9bf5d to get more accurate results

@@            Coverage Diff             @@
##           master     #125      +/-   ##
==========================================
- Coverage   99.86%   99.76%   -0.10%     
==========================================
  Files          17       17              
  Lines        2146     2148       +2     
==========================================
  Hits         2143     2143              
- Misses          3        5       +2     
Impacted Files Coverage Δ
src/PowerManifold.jl 99.79% <100.00%> (+0.21%) :arrow_up:
src/ManifoldsBase.jl 97.94% <0.00%> (-1.37%) :arrow_down:
src/ValidationManifold.jl 99.48% <0.00%> (-0.52%) :arrow_down:
src/numbers.jl 100.00% <0.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more