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

Impl brent solver #96

Closed cpmech closed 5 months ago

codecov-commenter commented 5 months ago

Codecov Report

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

Project coverage is 99.21%. Comparing base (e4090e6) to head (3439ac7). Report is 241 commits behind head on main.

Files Patch % Lines
russell_lab/src/algo/testing.rs 98.84% 3 Missing :warning:
russell_lab/src/algo/min_solver_brent.rs 99.53% 1 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 #96 +/- ## ========================================== + Coverage 99.08% 99.21% +0.13% ========================================== Files 146 174 +28 Lines 32028 39146 +7118 ========================================== + Hits 31734 38839 +7105 - Misses 294 307 +13 ```

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