JuliaManifolds / ManifoldsBase.jl

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

Riemann tensor #121

Closed mateuszbaran closed 2 years ago

mateuszbaran commented 2 years ago

The Riemann tensor introduced here: https://github.com/JuliaManifolds/Manifolds.jl/pull/509.

codecov[bot] commented 2 years ago

Codecov Report

Merging #121 (4870cf0) into master (8f24f5d) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #121   +/-   ##
=======================================
  Coverage   99.85%   99.85%           
=======================================
  Files          17       17           
  Lines        2135     2140    +5     
=======================================
+ Hits         2132     2137    +5     
  Misses          3        3           
Impacted Files Coverage Δ
src/DefaultManifold.jl 100.00% <100.00%> (ø)
src/ManifoldsBase.jl 99.31% <100.00%> (+0.01%) :arrow_up:

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more