Files
OpenBLAS/interface
Angelika Schwarz 6876ae0c3b Fix division by zero in zrotg
The cases
[ c  s ] * [ 0      ] = [ |db_i| ]
[-s  c ]   [ i*db_i ]   [  0     ]
and
[ c  s ] * [ 0      ] = [ |db_r| ]
[-s  c ]   [ db_r   ]   [  0     ]
computed s incorrectly. To flip the entries of vector,
s should be conjg(db)/|db| and not conjg(db) / da,
where da == 0.0.
2023-09-20 19:11:59 +02:00
..
2021-12-21 18:47:35 +01:00
2022-05-18 19:00:15 -05:00
2023-05-22 21:59:59 +08:00
2023-05-26 08:51:27 +02:00
2021-07-11 16:00:29 +02:00
2023-03-28 18:31:04 +02:00
2023-07-13 23:35:38 +02:00
2020-10-29 02:08:23 +08:00
2021-12-21 18:47:35 +01:00
2020-07-26 23:32:24 -07:00
2019-02-19 21:03:30 +01:00
2021-10-24 23:57:06 +02:00
2017-04-26 20:29:30 +02:00
2021-12-21 18:47:35 +01:00
2015-02-16 13:46:20 +01:00
2018-10-20 21:37:53 +03:00
2023-09-20 19:11:59 +02:00
2021-12-21 18:47:35 +01:00
2020-07-26 23:32:24 -07:00
2022-12-08 21:02:01 +01:00
2019-02-19 21:03:30 +01:00