Skip to content

Commit 87c19d1

Browse files
committed
Updating documentation for x{or,un}gy to account for workspace changes
1 parent 01099fe commit 87c19d1

File tree

8 files changed

+0
-16
lines changed

8 files changed

+0
-16
lines changed

SRC/cungql.f

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@
9595
*> \verbatim
9696
*> LWORK is INTEGER
9797
*> The dimension of the array WORK. LWORK >= max(1,N).
98-
*> For optimum performance LWORK >= N*NB, where NB is the
99-
*> optimal blocksize.
10098
*>
10199
*> If LWORK = -1, then a workspace query is assumed; the routine
102100
*> only calculates the optimal size of the WORK array, returns

SRC/cungqr.f

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@
9595
*> \verbatim
9696
*> LWORK is INTEGER
9797
*> The dimension of the array WORK. LWORK >= max(1,N).
98-
*> For optimum performance LWORK >= N*NB, where NB is the
99-
*> optimal blocksize.
10098
*>
10199
*> If LWORK = -1, then a workspace query is assumed; the routine
102100
*> only calculates the optimal size of the WORK array, returns

SRC/dorgql.f

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@
9797
*> \verbatim
9898
*> LWORK is INTEGER
9999
*> The dimension of the array WORK. LWORK >= max(1,N).
100-
*> For optimum performance LWORK >= N*NB, where NB is the
101-
*> optimal blocksize.
102100
*>
103101
*> If LWORK = -1, then a workspace query is assumed; the routine
104102
*> only calculates the optimal size of the WORK array, returns

SRC/dorgqr.f

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@
9797
*> \verbatim
9898
*> LWORK is INTEGER
9999
*> The dimension of the array WORK. LWORK >= max(1,N).
100-
*> For optimum performance LWORK >= N*NB, where NB is the
101-
*> optimal blocksize.
102100
*>
103101
*> If LWORK = -1, then a workspace query is assumed; the routine
104102
*> only calculates the optimal size of the WORK array, returns

SRC/sorgql.f

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@
9595
*> \verbatim
9696
*> LWORK is INTEGER
9797
*> The dimension of the array WORK. LWORK >= max(1,N).
98-
*> For optimum performance LWORK >= N*NB, where NB is the
99-
*> optimal blocksize.
10098
*>
10199
*> If LWORK = -1, then a workspace query is assumed; the routine
102100
*> only calculates the optimal size of the WORK array, returns

SRC/sorgqr.f

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@
9595
*> \verbatim
9696
*> LWORK is INTEGER
9797
*> The dimension of the array WORK. LWORK >= max(1,N).
98-
*> For optimum performance LWORK >= N*NB, where NB is the
99-
*> optimal blocksize.
10098
*>
10199
*> If LWORK = -1, then a workspace query is assumed; the routine
102100
*> only calculates the optimal size of the WORK array, returns

SRC/zungql.f

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@
9595
*> \verbatim
9696
*> LWORK is INTEGER
9797
*> The dimension of the array WORK. LWORK >= max(1,N).
98-
*> For optimum performance LWORK >= N*NB, where NB is the
99-
*> optimal blocksize.
10098
*>
10199
*> If LWORK = -1, then a workspace query is assumed; the routine
102100
*> only calculates the optimal size of the WORK array, returns

SRC/zungqr.f

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@
9595
*> \verbatim
9696
*> LWORK is INTEGER
9797
*> The dimension of the array WORK. LWORK >= max(1,N).
98-
*> For optimum performance LWORK >= N*NB, where NB is the
99-
*> optimal blocksize.
10098
*>
10199
*> If LWORK = -1, then a workspace query is assumed; the routine
102100
*> only calculates the optimal size of the WORK array, returns

0 commit comments

Comments
 (0)