We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 909068f + f950312 commit 7e265c5Copy full SHA for 7e265c5
1 file changed
lapack-netlib/LAPACKE/src/lapacke_zgesvdq.c
@@ -71,7 +71,7 @@ lapack_int LAPACKE_zgesvdq( int matrix_layout, char joba, char jobp,
71
goto exit_level_0;
72
}
73
liwork = iwork_query;
74
- lcwork = LAPACK_C2INT(cwork_query);
+ lcwork = LAPACK_Z2INT(cwork_query);
75
lrwork = (lapack_int)rwork_query;
76
/* Allocate memory for work arrays */
77
iwork = (lapack_int*)LAPACKE_malloc( sizeof(lapack_int) * liwork );
0 commit comments