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

Go to the source code of this file.

Functions

lapack_int LAPACKE_cgesvd (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, float *superb)