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 28
28
! > r = sgn(a)*sqrt(|a|**2 + |b|**2)
29
29
! > c = a / r
30
30
! > 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
33
33
! > if the signs of a and b are not the same.
34
34
! >
35
35
! > \endverbatim
Original file line number Diff line number Diff line change 28
28
! > r = sgn(a)*sqrt(|a|**2 + |b|**2)
29
29
! > c = a / r
30
30
! > 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
33
33
! > if the signs of a and b are not the same.
34
34
! >
35
35
! > \endverbatim
You can’t perform that action at this time.
0 commit comments