LAPACK  3.9.0
LAPACK: Linear Algebra PACKage

◆ LAPACK_dgesvd()

void LAPACK_dgesvd ( char const *  jobu,
char const *  jobvt,
lapack_int const *  m,
lapack_int const *  n,
double *  A,
lapack_int const *  lda,
double *  S,
double *  U,
lapack_int const *  ldu,
double *  VT,
lapack_int const *  ldvt,
double *  work,
lapack_int const *  lwork,
lapack_int info 
)
Here is the caller graph for this function: