JuliaManifolds / ManifoldsBase.jl

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

Change of basis #124

Closed mateuszbaran closed 1 year ago

mateuszbaran commented 1 year ago

A small PR for changing basis of a vector. Sometimes we need to change basis more efficiently or without considering embedding (I primarily need it for geodesic solver in https://github.com/JuliaManifolds/Manifolds.jl/pull/533) and this would be a good solution.

codecov[bot] commented 1 year ago

Codecov Report

Merging #124 (bee56f3) into master (ffb79db) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #124   +/-   ##
=======================================
  Coverage   99.85%   99.86%           
=======================================
  Files          17       17           
  Lines        2142     2146    +4     
=======================================
+ Hits         2139     2143    +4     
  Misses          3        3           
Impacted Files Coverage Δ
src/ManifoldsBase.jl 99.31% <ø> (ø)
src/bases.jl 100.00% <100.00%> (ø)

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