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

Go to the source code of this file.

Functions

lapack_int LAPACKE_cgesdd (int matrix_layout, char jobz, 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)