Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions SRC/clarfb.f
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,8 @@
*>
*> The shape of the matrix V and the storage of the vectors which define
*> the H(i) is best illustrated by the following example with n = 5 and
*> k = 3. The elements equal to 1 are not stored; the corresponding
*> array elements are modified but restored on exit. The rest of the
*> array is not used.
*> k = 3. The triangular part of V (including its diagonal) is not
*> referenced.
*>
*> DIRECT = 'F' and STOREV = 'C': DIRECT = 'F' and STOREV = 'R':
*>
Expand Down
5 changes: 2 additions & 3 deletions SRC/dlarfb.f
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,8 @@
*>
*> The shape of the matrix V and the storage of the vectors which define
*> the H(i) is best illustrated by the following example with n = 5 and
*> k = 3. The elements equal to 1 are not stored; the corresponding
*> array elements are modified but restored on exit. The rest of the
*> array is not used.
*> k = 3. The triangular part of V (including its diagonal) is not
*> referenced.
*>
*> DIRECT = 'F' and STOREV = 'C': DIRECT = 'F' and STOREV = 'R':
*>
Expand Down
5 changes: 2 additions & 3 deletions SRC/slarfb.f
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,8 @@
*>
*> The shape of the matrix V and the storage of the vectors which define
*> the H(i) is best illustrated by the following example with n = 5 and
*> k = 3. The elements equal to 1 are not stored; the corresponding
*> array elements are modified but restored on exit. The rest of the
*> array is not used.
*> k = 3. The triangular part of V (including its diagonal) is not
*> referenced.
*>
*> DIRECT = 'F' and STOREV = 'C': DIRECT = 'F' and STOREV = 'R':
*>
Expand Down
5 changes: 2 additions & 3 deletions SRC/zlarfb.f
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,8 @@
*>
*> The shape of the matrix V and the storage of the vectors which define
*> the H(i) is best illustrated by the following example with n = 5 and
*> k = 3. The elements equal to 1 are not stored; the corresponding
*> array elements are modified but restored on exit. The rest of the
*> array is not used.
*> k = 3. The triangular part of V (including its diagonal) is not
*> referenced.
*>
*> DIRECT = 'F' and STOREV = 'C': DIRECT = 'F' and STOREV = 'R':
*>
Expand Down