ginkgo-project / ginkgo

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

Add `add_scaled_identity` and `scale_add` for batched matrices #1528

Closed pratikvn closed 5 months ago

pratikvn commented 5 months ago

This PR adds add_scaled_identity and scale_add functionality for batched matrices. Currently for simplicity, scale_add is enabled only for batch::Dense matrix format.

TODO

sonarcloud[bot] commented 5 months ago

Quality Gate Failed Quality Gate failed

Failed conditions

24.2% Duplication on New Code (required ≤ 20%)

See analysis details on SonarCloud