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

Go to the source code of this file.

Functions

lapack_int LAPACKE_zgesvd (int matrix_layout, char jobu, char jobvt, lapack_int m, lapack_int n, lapack_complex_double *a, lapack_int lda, double *s, lapack_complex_double *u, lapack_int ldu, lapack_complex_double *vt, lapack_int ldvt, double *superb)