47 &il, &iu, ns, s, u, &ldu, vt, &ldvt,
48 work, &lwork, iwork, &info );
78 if( ldvt < ncols_vt ) {
86 &il, &iu, ns, s, u, &ldu_t, vt,
87 &ldvt_t, work, &lwork, iwork, &info );
88 return (info < 0) ? (info - 1) : info;
116 &il, &iu, ns, s, u_t, &ldu_t, vt_t,
117 &ldvt_t, work, &lwork, iwork, &info );
lapack_int LAPACKE_dgesvdx_work(int matrix_layout, char jobu, char jobvt, char range, lapack_int m, lapack_int n, double *a, lapack_int lda, double vl, double vu, lapack_int il, lapack_int iu, lapack_int *ns, double *s, double *u, lapack_int ldu, double *vt, lapack_int ldvt, double *work, lapack_int lwork, lapack_int *iwork)
void LAPACKE_dge_trans(int matrix_layout, lapack_int m, lapack_int n, const double *in, lapack_int ldin, double *out, lapack_int ldout)