TheAlgorithms / Java

All Algorithms implemented in Java
MIT License
58.84k stars 19.03k forks source link

refactor: `InverseOfMatrix` #5446

Closed alxkm closed 3 weeks ago

alxkm commented 3 weeks ago

Class cleanup. Readability improvements. Added tests.

codecov-commenter commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 51.99%. Comparing base (bded78f) to head (1c16987).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #5446 +/- ## ============================================ + Coverage 51.60% 51.99% +0.38% - Complexity 3216 3235 +19 ============================================ Files 524 524 Lines 15187 15169 -18 Branches 2893 2889 -4 ============================================ + Hits 7838 7887 +49 + Misses 7024 6958 -66 + Partials 325 324 -1 ```

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