LAPACK  3.9.0
LAPACK: Linear Algebra PACKage

◆ LAPACK_cgesvd()

void LAPACK_cgesvd ( char const *  jobu,
char const *  jobvt,
lapack_int const *  m,
lapack_int const *  n,
lapack_complex_float A,
lapack_int const *  lda,
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 info 
)
Here is the caller graph for this function: