sethaxen / ExponentialAction.jl

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

Support half-precision tolerance #6

Open sethaxen opened 3 years ago

sethaxen commented 3 years ago

This PR adds support for computing the action of the exponential at half-precision tolerance. It also ensures that the Taylor parameters are computed using double precision even if the eltype of the array has a much lower precision.

codecov[bot] commented 3 years ago

Codecov Report

Merging #6 (6ececce) into main (2579b81) will increase coverage by 0.05%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main       #6      +/-   ##
==========================================
+ Coverage   98.59%   98.64%   +0.05%     
==========================================
  Files           5        5              
  Lines          71       74       +3     
==========================================
+ Hits           70       73       +3     
  Misses          1        1              
Impacted Files Coverage Δ
src/coefficients.jl 100.00% <100.00%> (ø)
src/parameters.jl 97.29% <100.00%> (+0.07%) :arrow_up:
src/util.jl 100.00% <100.00%> (ø)

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 2579b81...6ececce. Read the comment docs.