File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2828! > r = sgn(a)*sqrt(|a|**2 + |b|**2)
2929! > c = a / r
3030! > s = b / r
31- ! > the same as in CROTG when |a| > |b|. When |b| >= |a|, the
32- ! > sign of c and s will be different from those computed by CROTG
31+ ! > the same as in SROTG when |a| > |b|. When |b| >= |a|, the
32+ ! > sign of c and s will be different from those computed by SROTG
3333! > if the signs of a and b are not the same.
3434! >
3535! > \endverbatim
Original file line number Diff line number Diff line change 2828! > r = sgn(a)*sqrt(|a|**2 + |b|**2)
2929! > c = a / r
3030! > s = b / r
31- ! > the same as in ZROTG when |a| > |b|. When |b| >= |a|, the
32- ! > sign of c and s will be different from those computed by ZROTG
31+ ! > the same as in DROTG when |a| > |b|. When |b| >= |a|, the
32+ ! > sign of c and s will be different from those computed by DROTG
3333! > if the signs of a and b are not the same.
3434! >
3535! > \endverbatim
You can’t perform that action at this time.
0 commit comments