JuliaManifolds / ManifoldsBase.jl

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

Remove `norm(M::VectorSpaceFiber, p, X)` #210

Closed mateuszbaran closed 6 hours ago

mateuszbaran commented 3 days ago

We should only have the variant without p. Otherwise it would conflict with the new r-norm methods.

mateuszbaran commented 6 hours ago

Done in #209 (only slightly breaking)