JuliaLinearAlgebra / IterativeSolvers.jl

Iterative algorithms for solving linear systems, eigensystems, and singular value problems
MIT License
399 stars 105 forks source link

move adjoint outside of loop #241

Closed vincentcp closed 5 years ago

vincentcp commented 5 years ago

240

codecov-io commented 5 years ago

Codecov Report

Merging #241 into master will increase coverage by 34.49%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #241       +/-   ##
===========================================
+ Coverage   56.03%   90.52%   +34.49%     
===========================================
  Files          17       17               
  Lines        1740     1077      -663     
===========================================
  Hits          975      975               
+ Misses        765      102      -663
Impacted Files Coverage Δ
src/svdl.jl 92.64% <ø> (+33.49%) :arrow_up:
src/lsqr.jl 97.67% <100%> (+61.77%) :arrow_up:
src/lsmr.jl 100% <100%> (+67.37%) :arrow_up:
src/stationary_sparse.jl 84.54% <0%> (+11.88%) :arrow_up:
src/history.jl 92.42% <0%> (+17.11%) :arrow_up:
src/simple.jl 85.71% <0%> (+20.84%) :arrow_up:
src/gmres.jl 93.22% <0%> (+23.6%) :arrow_up:
src/stationary.jl 87.09% <0%> (+25.02%) :arrow_up:
src/cg.jl 95.34% <0%> (+30.26%) :arrow_up:
src/orthogonalize.jl 100% <0%> (+31.25%) :arrow_up:
... and 10 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 91cac26...c23bbeb. Read the comment docs.