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 lapack eigen functions #84

Closed cpmech closed 6 months ago

codecov-commenter commented 6 months ago

Codecov Report

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

Project coverage is 99.25%. Comparing base (39608cb) to head (1030a3a). Report is 403 commits behind head on main.

Files Patch % Lines
russell_lab/src/matrix/complex_mat_eigen.rs 96.53% 8 Missing :warning:
russell_lab/src/matrix/complex_mat_gen_eigen.rs 97.88% 6 Missing :warning:
russell_lab/src/matrix/mat_gen_eigen.rs 98.51% 6 Missing :warning:
russell_lab/src/matrix/complex_mat_eigen_herm.rs 98.25% 4 Missing :warning:
russell_lab/src/matrix/complex_mat_svd.rs 98.19% 4 Missing :warning:
russell_lab/src/matrix/testing.rs 97.65% 3 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 #84 +/- ## ========================================== + Coverage 98.44% 99.25% +0.81% ========================================== Files 102 136 +34 Lines 20905 28357 +7452 ========================================== + Hits 20580 28147 +7567 + Misses 325 210 -115 ```

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