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
102 stars 8 forks source link

Test and cleanup sparse solvers #53

Closed cpmech closed 12 months ago

codecov-commenter commented 12 months ago

Codecov Report

Merging #53 (c7ab24e) into main (587decd) will increase coverage by 0.48%. Report is 1 commits behind head on main. The diff coverage is 97.86%.

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

@@            Coverage Diff             @@
##             main      #53      +/-   ##
==========================================
+ Coverage   97.97%   98.45%   +0.48%     
==========================================
  Files         104      104              
  Lines       20947    21567     +620     
==========================================
+ Hits        20523    21234     +711     
+ Misses        424      333      -91     
Files Coverage Δ
russell_sparse/src/auxiliary_and_constants.rs 100.00% <100.00%> (ø)
russell_sparse/src/coo_matrix.rs 100.00% <100.00%> (ø)
russell_sparse/src/csc_matrix.rs 99.35% <100.00%> (+1.41%) :arrow_up:
russell_sparse/src/csr_matrix.rs 99.56% <100.00%> (+1.18%) :arrow_up:
russell_sparse/src/lin_solver.rs 97.18% <ø> (ø)
russell_sparse/src/read_matrix_market.rs 100.00% <100.00%> (ø)
russell_sparse/src/samples.rs 100.00% <100.00%> (ø)
russell_sparse/src/sparse_matrix.rs 97.87% <100.00%> (+52.73%) :arrow_up:
russell_sparse/src/verify_lin_sys.rs 100.00% <100.00%> (+1.35%) :arrow_up:
russell_sparse/src/write_matrix_market.rs 99.56% <99.46%> (+1.00%) :arrow_up:
... and 3 more

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