work array is of type float

This commit is contained in:
Martin Kroeker 2023-07-10 20:54:57 +02:00 committed by GitHub
parent 3fcd92bfbc
commit bab02c93bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ lapack_int LAPACKE_cgedmdq_work( int matrix_layout, char jobs, char jobz,
lapack_int ldb, lapack_complex_float* v,
lapack_int ldv, lapack_complex_float* s,
lapack_int lds, lapack_complex_float *zwork,
lapack_int lzwork, lapack_complex_float* work,
lapack_int lzwork, float* work,
lapack_int lwork, lapack_int* iwork,
lapack_int liwork )
{