ginkgo-project / ginkgo

Numerical linear algebra software package
https://ginkgo-project.github.io/
BSD 3-Clause "New" or "Revised" License
415 stars 90 forks source link

Add row and col scaling functions to distributed matrix #1640

Closed fritzgoebel closed 4 months ago

fritzgoebel commented 5 months ago

This PR adds a row_scale and a col_scale function to the distributed matrix. This functionality is needed in openCARP.

sonarcloud[bot] commented 5 months ago

Quality Gate Passed Quality Gate passed

Issues
19 New issues
0 Accepted issues

Measures
0 Security Hotspots
56.1% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 98.18182% with 1 line in your changes missing coverage. Please review.

Project coverage is 90.26%. Comparing base (6c0da56) to head (e8b7c5b). Report is 38 commits behind head on develop.

Files Patch % Lines
core/distributed/matrix.cpp 95.65% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #1640 +/- ## =========================================== + Coverage 90.01% 90.26% +0.24% =========================================== Files 759 759 Lines 61173 61204 +31 =========================================== + Hits 55067 55243 +176 + Misses 6106 5961 -145 ```

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