Files
Angelika Schwarz 230b8c4862 Fix -ZERO singular value in bdsqr
[D,Z]BDSQR returns for

D = [ -4.0, -3.0, -2.0, -1.0, 0.0, 1.0, 2.0, 3.0, 4.0, 5.0]
E = [ 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0]

as singular value  D(10) = -ZERO. By definition, singular values
are non-negative. LASQ1 already fixes the sign and returns +ZERO.
2024-02-23 19:46:45 +01:00
..
2023-08-28 19:49:41 +02:00
2024-02-23 19:46:45 +01:00
2024-02-05 11:37:53 -08:00
2024-02-05 11:37:53 -08:00
2024-02-23 19:46:45 +01:00
2024-02-23 19:46:45 +01:00
2024-02-05 11:37:53 -08:00
2024-02-05 11:37:53 -08:00
2024-02-23 19:46:45 +01:00