Skip to content

Commit 35dac56

Browse files
authored
Merge pull request #3816 from martin-frbg/lapack638
Fix workspace calculation in GEQRF/GERQF (Reference-LAPACK PR 638)
2 parents ee6643b + 3e2d52c commit 35dac56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lapack-netlib/SRC/sgeqrf.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ SUBROUTINE SGEQRF( M, N, A, LDA, TAU, WORK, LWORK, INFO )
204204
END IF
205205
*
206206
* Quick return if possible
207-
*
207+
*
208208
IF( K.EQ.0 ) THEN
209209
WORK( 1 ) = 1
210210
RETURN

0 commit comments

Comments
 (0)