Jutho / KrylovKit.jl

Krylov methods for linear problems, eigenvalues, singular values and matrix functions
Other
284 stars 37 forks source link

Fix typos in documentation #47

Closed kyungminlee closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #47 (fbd1e88) into master (6b9aabc) will increase coverage by 0.28%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #47      +/-   ##
==========================================
+ Coverage   77.48%   77.77%   +0.28%     
==========================================
  Files          23       23              
  Lines        2354     2344      -10     
==========================================
- Hits         1824     1823       -1     
+ Misses        530      521       -9     
Impacted Files Coverage Δ
src/KrylovKit.jl 46.42% <ø> (-0.24%) :arrow_down:
src/algorithms.jl 78.26% <ø> (ø)
src/dense/linalg.jl 82.51% <ø> (+0.42%) :arrow_up:
src/eigsolve/arnoldi.jl 85.08% <ø> (ø)
src/eigsolve/eigsolve.jl 81.81% <ø> (ø)
src/eigsolve/geneigsolve.jl 62.96% <ø> (ø)
src/eigsolve/svdsolve.jl 76.57% <ø> (ø)
src/linsolve/linsolve.jl 78.94% <ø> (ø)
src/matrixfun/expintegrator.jl 71.63% <ø> (ø)
src/matrixfun/exponentiate.jl 50.00% <ø> (ø)
... and 7 more

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 6b9aabc...fbd1e88. Read the comment docs.

Jutho commented 3 years ago

Thanks for this; this is an amazing work. You must really have studied all these files in detail. As you can see, I am not a native English speaker, and US versus British English (and something non-existent in between) is all the same to me.