Skip to content

Commit a3c572e

Browse files
committed
fix the comment for lwork
1 parent c74272e commit a3c572e

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

SRC/chesv_aa.f

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,6 @@
129129
*> The length of WORK. LWORK >= MAX(1,2*N,3*N-2), and for best
130130
*> performance LWORK >= MAX(1,N*NB), where NB is the optimal
131131
*> blocksize for CHETRF.
132-
*> for LWORK < N, TRS will be done with Level BLAS 2
133-
*> for LWORK >= N, TRS will be done with Level BLAS 3
134132
*>
135133
*> If LWORK = -1, then a workspace query is assumed; the routine
136134
*> only calculates the optimal size of the WORK array, returns

SRC/zhesv_aa.f

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,6 @@
129129
*> The length of WORK. LWORK >= MAX(1,2*N,3*N-2), and for best
130130
*> performance LWORK >= max(1,N*NB), where NB is the optimal
131131
*> blocksize for ZHETRF.
132-
*> for LWORK < N, TRS will be done with Level BLAS 2
133-
*> for LWORK >= N, TRS will be done with Level BLAS 3
134132
*>
135133
*> If LWORK = -1, then a workspace query is assumed; the routine
136134
*> only calculates the optimal size of the WORK array, returns

0 commit comments

Comments
 (0)