QuantumBFS / LuxurySparse.jl

A luxury sparse matrix package for Julia
https://quantumbfs.github.io/LuxurySparse.jl/latest/
Other
33 stars 7 forks source link

add randn! and rand! and zero #23

Closed GiggleLiu closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #23 into master will increase coverage by 0.36%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #23      +/-   ##
==========================================
+ Coverage   74.43%   74.79%   +0.36%     
==========================================
  Files          12       12              
  Lines         485      492       +7     
==========================================
+ Hits          361      368       +7     
  Misses        124      124
Impacted Files Coverage Δ
src/PermMatrix.jl 68.18% <100%> (+1.51%) :arrow_up:
src/linalg.jl 84.4% <100%> (+0.9%) :arrow_up:

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 42bf27c...f8d81af. Read the comment docs.

Roger-luo commented 5 years ago

I think from now on, we need to add version compat to these pirate changes, or it might cause conflict in future Julia versions. I'll do it myself this time.