ralna / spral

Sparse Parallel Robust Algorithms Library
https://ralna.github.io/spral/
Other
105 stars 27 forks source link

Fix `rinf` check in equilib scaling #213

Closed mjacobse closed 3 months ago

mjacobse commented 3 months ago

rinf is the inf norm of all scaled rows, so has length a%m not a%n. Basically same as #211