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

Add functions for pmsim #67

Closed cpmech closed 11 months ago

codecov-commenter commented 11 months ago

Codecov Report

Merging #67 (70c9fcb) into main (a0f11ab) will increase coverage by 0.01%. Report is 6 commits behind head on main. The diff coverage is 98.63%.

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

@@            Coverage Diff             @@
##             main      #67      +/-   ##
==========================================
+ Coverage   98.39%   98.41%   +0.01%     
==========================================
  Files         102      101       -1     
  Lines       20433    20562     +129     
==========================================
+ Hits        20106    20237     +131     
+ Misses        327      325       -2     
Files Coverage Δ
russell_sparse/src/enums.rs 100.00% <100.00%> (+5.26%) :arrow_up:
russell_sparse/src/sparse_matrix.rs 98.36% <100.00%> (+0.49%) :arrow_up:
russell_sparse/src/csc_matrix.rs 98.96% <94.82%> (-0.39%) :arrow_down:
russell_sparse/src/csr_matrix.rs 99.19% <94.82%> (-0.38%) :arrow_down:

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