Merge pull request #3816 from martin-frbg/lapack638
Fix workspace calculation in GEQRF/GERQF (Reference-LAPACK PR 638)
This commit is contained in:
commit
35dac5677a
|
@ -204,7 +204,7 @@
|
|||
END IF
|
||||
*
|
||||
* Quick return if possible
|
||||
*
|
||||
*
|
||||
IF( K.EQ.0 ) THEN
|
||||
WORK( 1 ) = 1
|
||||
RETURN
|
||||
|
|
Loading…
Reference in New Issue