Merge pull request #626 from Reference-LAPACK/typo_in__rotg_from_jim · Reference-LAPACK/lapack@5d4180c (original) (raw)
2 files changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -11,7 +11,7 @@ | ||
11 | 11 | ! CROTG constructs a plane rotation |
12 | 12 | ! [ c s ] [ a ] = [ r ] |
13 | 13 | ! [ -conjg(s) c ] [ b ] [ 0 ] |
14 | -! where c is real, s ic complex, and c**2 + conjg(s)*s = 1. | |
14 | +! where c is real, s is complex, and c**2 + conjg(s)*s = 1. | |
15 | 15 | ! |
16 | 16 | !> \par Purpose: |
17 | 17 | ! ============= |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -11,7 +11,7 @@ | ||
11 | 11 | ! ZROTG constructs a plane rotation |
12 | 12 | ! [ c s ] [ a ] = [ r ] |
13 | 13 | ! [ -conjg(s) c ] [ b ] [ 0 ] |
14 | -! where c is real, s ic complex, and c**2 + conjg(s)*s = 1. | |
14 | +! where c is real, s is complex, and c**2 + conjg(s)*s = 1. | |
15 | 15 | ! |
16 | 16 | !> \par Purpose: |
17 | 17 | ! ============= |