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

Implement klu #89

Closed cpmech closed 7 months ago

codecov-commenter commented 7 months ago

Codecov Report

Attention: Patch coverage is 95.65742% with 36 lines in your changes are missing coverage. Please review.

Project coverage is 99.08%. Comparing base (10e240a) to head (9399280). Report is 85 commits behind head on main.

Files Patch % Lines
russell_sparse/src/complex_solver_klu.rs 94.52% 18 Missing :warning:
russell_sparse/src/solver_klu.rs 96.34% 16 Missing :warning:
russell_sparse/src/enums.rs 66.66% 2 Missing :warning:

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #89 +/- ## ========================================== - Coverage 99.20% 99.08% -0.13% ========================================== Files 144 146 +2 Lines 29862 32028 +2166 ========================================== + Hits 29625 31734 +2109 - Misses 237 294 +57 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.