Define type conversions explicitly (Reference-LAPACK PR 703)
This commit is contained in:
@@ -276,7 +276,7 @@
|
||||
*
|
||||
CALL CGGRQF( P, M, N, B, LDB, WORK, A, LDA, WORK( P+1 ),
|
||||
$ WORK( P+MN+1 ), LWORK-P-MN, INFO )
|
||||
LOPT = REAL( WORK( P+MN+1 ) )
|
||||
LOPT = INT( WORK( P+MN+1 ) )
|
||||
*
|
||||
* Update c = Z**H *c = ( c1 ) N-P
|
||||
* ( c2 ) M+P-N
|
||||
|
||||
Reference in New Issue
Block a user