LAPACK  3.6.1
LAPACK: Linear Algebra PACKage
lapacke_cgesvd_work.c File Reference
#include "lapacke_utils.h"
Include dependency graph for lapacke_cgesvd_work.c:

Go to the source code of this file.

Functions

lapack_int LAPACKE_cgesvd_work (int matrix_layout, char jobu, char jobvt, lapack_int m, lapack_int n, lapack_complex_float *a, lapack_int lda, float *s, lapack_complex_float *u, lapack_int ldu, lapack_complex_float *vt, lapack_int ldvt, lapack_complex_float *work, lapack_int lwork, float *rwork)