LAPACK  3.9.0
LAPACK: Linear Algebra PACKage

◆ LAPACK_cgesvdx()

void LAPACK_cgesvdx ( char const *  jobu,
char const *  jobvt,
char const *  range,
lapack_int const *  m,
lapack_int const *  n,
lapack_complex_float A,
lapack_int const *  lda,
float const *  vl,
float const *  vu,
lapack_int const *  il,
lapack_int const *  iu,
lapack_int ns,
float *  S,
lapack_complex_float U,
lapack_int const *  ldu,
lapack_complex_float VT,
lapack_int const *  ldvt,
lapack_complex_float work,
lapack_int const *  lwork,
float *  rwork,
lapack_int iwork,
lapack_int info 
)
Here is the caller graph for this function: