Skip to content

Commit 4a8ed6b

Browse files
authored
Merge pull request #1016 from EduardFedorenkov/1011-fix-larfb-documentation
fix LARFB documentation, #1011
2 parents 59fe295 + 201a5c4 commit 4a8ed6b

File tree

4 files changed

+8
-12
lines changed

4 files changed

+8
-12
lines changed

SRC/clarfb.f

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,8 @@
170170
*>
171171
*> The shape of the matrix V and the storage of the vectors which define
172172
*> the H(i) is best illustrated by the following example with n = 5 and
173-
*> k = 3. The elements equal to 1 are not stored; the corresponding
174-
*> array elements are modified but restored on exit. The rest of the
175-
*> array is not used.
173+
*> k = 3. The triangular part of V (including its diagonal) is not
174+
*> referenced.
176175
*>
177176
*> DIRECT = 'F' and STOREV = 'C': DIRECT = 'F' and STOREV = 'R':
178177
*>

SRC/dlarfb.f

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,8 @@
170170
*>
171171
*> The shape of the matrix V and the storage of the vectors which define
172172
*> the H(i) is best illustrated by the following example with n = 5 and
173-
*> k = 3. The elements equal to 1 are not stored; the corresponding
174-
*> array elements are modified but restored on exit. The rest of the
175-
*> array is not used.
173+
*> k = 3. The triangular part of V (including its diagonal) is not
174+
*> referenced.
176175
*>
177176
*> DIRECT = 'F' and STOREV = 'C': DIRECT = 'F' and STOREV = 'R':
178177
*>

SRC/slarfb.f

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,8 @@
170170
*>
171171
*> The shape of the matrix V and the storage of the vectors which define
172172
*> the H(i) is best illustrated by the following example with n = 5 and
173-
*> k = 3. The elements equal to 1 are not stored; the corresponding
174-
*> array elements are modified but restored on exit. The rest of the
175-
*> array is not used.
173+
*> k = 3. The triangular part of V (including its diagonal) is not
174+
*> referenced.
176175
*>
177176
*> DIRECT = 'F' and STOREV = 'C': DIRECT = 'F' and STOREV = 'R':
178177
*>

SRC/zlarfb.f

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,8 @@
170170
*>
171171
*> The shape of the matrix V and the storage of the vectors which define
172172
*> the H(i) is best illustrated by the following example with n = 5 and
173-
*> k = 3. The elements equal to 1 are not stored; the corresponding
174-
*> array elements are modified but restored on exit. The rest of the
175-
*> array is not used.
173+
*> k = 3. The triangular part of V (including its diagonal) is not
174+
*> referenced.
176175
*>
177176
*> DIRECT = 'F' and STOREV = 'C': DIRECT = 'F' and STOREV = 'R':
178177
*>

0 commit comments

Comments
 (0)