Files
lapack/BLAS
Aymen Qader 6af853258b Fix complex NRM2 tests for matching infinite results
The extended complex NRM2 tests can compare an expected +Inf norm with
a computed +Inf norm. The relative-error path then evaluates Inf - Inf,
producing NaN and reporting a spurious failure.

Treat exactly equal results as zero test ratio before computing the
relative difference. This matches the existing SNRM2 and DNRM2 test
logic.

Fixes #1047.
2026-05-06 11:29:34 +01:00
..
2020-11-03 17:14:48 +00:00
2019-07-27 23:07:37 -05:00