Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

initial lsmr draft #46

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

initial lsmr draft #46

wants to merge 2 commits into from

Conversation

maartenvd
Copy link
Contributor

Initial implementation of lsmr. There are no tests yet, and some parts can be cleaned up.

@codecov
Copy link

codecov bot commented Apr 16, 2021

Codecov Report

Merging #46 (a6005d5) into master (4e2b5e2) will increase coverage by 1.95%.
The diff coverage is 93.38%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #46      +/-   ##
==========================================
+ Coverage   77.45%   79.40%   +1.95%     
==========================================
  Files          23       24       +1     
  Lines        2355     2462     +107     
==========================================
+ Hits         1824     1955     +131     
+ Misses        531      507      -24     
Impacted Files Coverage Δ
src/KrylovKit.jl 46.42% <ø> (-0.24%) ⬇️
src/linsolve/lsmr.jl 93.04% <93.04%> (ø)
src/algorithms.jl 80.00% <100.00%> (+1.73%) ⬆️
src/krylov/gkl.jl 86.84% <100.00%> (+11.18%) ⬆️
src/dense/givens.jl 50.00% <0.00%> (-2.64%) ⬇️
src/dense/linalg.jl 82.51% <0.00%> (+0.42%) ⬆️
src/orthonormal.jl 92.01% <0.00%> (+0.46%) ⬆️
src/recursivevec.jl 42.59% <0.00%> (+0.77%) ⬆️
... and 5 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 4e2b5e2...a6005d5. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant