JuliaLinearAlgebra / AlgebraicMultigrid.jl

Algebraic Multigrid in Julia
Other
117 stars 22 forks source link

Support single precision #21

Closed ranjanan closed 6 years ago

ranjanan commented 6 years ago

Supports single precision on both ruge_stuben and smoothed_aggregation. Fixes #20

codecov-io commented 6 years ago

Codecov Report

Merging #21 into master will increase coverage by 35.73%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #21       +/-   ##
===========================================
+ Coverage   54.32%   90.06%   +35.73%     
===========================================
  Files          10       10               
  Lines         486      493        +7     
===========================================
+ Hits          264      444      +180     
+ Misses        222       49      -173
Impacted Files Coverage Δ
src/strength.jl 96.92% <ø> (+40.67%) :arrow_up:
src/aggregate.jl 84.48% <100%> (+84.48%) :arrow_up:
src/multilevel.jl 75% <100%> (+1.08%) :arrow_up:
src/classical.jl 100% <100%> (ø) :arrow_up:
src/smoother.jl 71.66% <100%> (+26.83%) :arrow_up:
src/utils.jl 89.79% <100%> (+89.79%) :arrow_up:
src/aggregation.jl 95.34% <100%> (+95.34%) :arrow_up:
... and 2 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 c43419c...f42c843. Read the comment docs.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+35.7%) to 90.061% when pulling f42c84316036cb37d5925b5bdd822db8b31a66db on single into c43419ccfa76b33edb9f88cc247ba3c654223c08 on master.