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

Go to the source code of this file.

Functions

lapack_int LAPACKE_cgesvdx (int matrix_layout, char jobu, char jobvt, char range, lapack_int m, lapack_int n, lapack_complex_float *a, lapack_int lda, float vl, float vu, lapack_int il, lapack_int iu, lapack_int *ns, float *s, lapack_complex_float *u, lapack_int ldu, lapack_complex_float *vt, lapack_int ldvt, lapack_int *superb)