sethaxen / ExponentialAction.jl

Compute the action of the matrix exponential
MIT License
24 stars 0 forks source link

Speed up parameter computation for Bidiagonal and Tridiagonal #4

Closed sethaxen closed 3 years ago

sethaxen commented 3 years ago

Fixes #3

codecov[bot] commented 3 years ago

Codecov Report

Merging #4 (ff5823e) into main (f82a3c2) will increase coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main       #4      +/-   ##
==========================================
+ Coverage   98.57%   98.59%   +0.02%     
==========================================
  Files           5        5              
  Lines          70       71       +1     
==========================================
+ Hits           69       70       +1     
  Misses          1        1              
Impacted Files Coverage Δ
src/ExponentialAction.jl 100.00% <ø> (ø)
src/util.jl 100.00% <ø> (ø)
src/parameters.jl 97.22% <100.00%> (+0.07%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f82a3c2...ff5823e. Read the comment docs.