NVIDIA / AMGX

Distributed multigrid linear solver library on GPU
498 stars 143 forks source link

Fixed L1_SCALED norm computation in case of external diagonal values #304

Closed fbottau closed 5 months ago

fbottau commented 7 months ago

Fixed the computation of the L1_SCALED norm in case external diagonal values are provided. Diagonal values were added in the norm computation, which previously did not consider them.

mattmartineau commented 7 months ago

That's great - thank you. I'll plan to add a separate diag case to our test suite.