work array is of type float
This commit is contained in:
parent
3fcd92bfbc
commit
bab02c93bc
|
@ -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 ldb, lapack_complex_float* v,
|
||||||
lapack_int ldv, lapack_complex_float* s,
|
lapack_int ldv, lapack_complex_float* s,
|
||||||
lapack_int lds, lapack_complex_float *zwork,
|
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 lwork, lapack_int* iwork,
|
||||||
lapack_int liwork )
|
lapack_int liwork )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue