cpmech / russell

Rust Scientific Libary. ODE and DAE (Runge-Kutta) solvers. Special functions (Bessel, Elliptic, Beta, Gamma, Erf). Linear algebra. Sparse solvers (MUMPS, UMFPACK). Probability distributions. Tensor calculus.
MIT License
114 stars 8 forks source link

Improve sparse solvers #50

Closed cpmech closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Merging #50 (bdf90a7) into main (85a35b2) will decrease coverage by 1.65%. Report is 1 commits behind head on main. The diff coverage is 88.52%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

@@            Coverage Diff             @@
##             main      #50      +/-   ##
==========================================
- Coverage   99.62%   97.97%   -1.65%     
==========================================
  Files          98      104       +6     
  Lines       18916    20947    +2031     
==========================================
+ Hits        18845    20523    +1678     
- Misses         71      424     +353     
Files Coverage Δ
russell_sparse/src/auxiliary.rs 100.00% <100.00%> (ø)
russell_sparse/src/coo_matrix.rs 100.00% <100.00%> (ø)
russell_sparse/src/read_matrix_market.rs 100.00% <100.00%> (ø)
russell_sparse/src/samples.rs 100.00% <100.00%> (ø)
russell_sparse/src/verify_lin_sys.rs 98.64% <90.00%> (-0.07%) :arrow_down:
russell_sparse/src/write_matrix_market.rs 98.56% <80.00%> (ø)
russell_sparse/src/solver.rs 97.18% <96.61%> (+0.21%) :arrow_up:
russell_sparse/src/csr_matrix.rs 98.37% <97.67%> (-1.63%) :arrow_down:
russell_sparse/src/csc_matrix.rs 97.93% <97.93%> (ø)
russell_sparse/src/enums.rs 92.48% <83.33%> (-7.52%) :arrow_down:
... and 4 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more