We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ce2aa3 commit c31b729Copy full SHA for c31b729
lapack-netlib/LAPACKE/include/lapack.h
@@ -2513,7 +2513,7 @@ void LAPACK_zgesvdq(
2513
lapack_complex_double* U, lapack_int const* ldu,
2514
lapack_complex_double* V, lapack_int const* ldv, lapack_int* numrank,
2515
lapack_int* iwork, lapack_int const* liwork,
2516
- lapack_complex_float* cwork, lapack_int* lcwork,
+ lapack_complex_double* cwork, lapack_int* lcwork,
2517
double* rwork, lapack_int const* lrwork,
2518
lapack_int* info );
2519
0 commit comments