Merge pull request #3828 from martin-frbg/lapack703-3

Define type conversions explicitly (Reference-LAPACK PR703)
This commit is contained in:
Martin Kroeker 2022-11-19 22:28:48 +01:00 committed by GitHub
commit 3a38dad18f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@
* RQ factorization of M-by-N matrix A: A = R*Q
*
CALL CGERQF( M, N, A, LDA, TAUA, WORK, LWORK, INFO )
LOPT = REAL( WORK( 1 ) )
LOPT = INT( WORK( 1 ) )
*
* Update B := B*Q**H
*