48 &il, &iu, ns, s, u, &ldu, vt, &ldvt,
49 work, &lwork, iwork, &info );
79 if( ldvt < ncols_vt ) {
86 LAPACK_dgesvdx( &jobu, &jobvt, &range, &m, &n, a, &lda_t, &vl, &vu,
87 &il, &iu, ns, s, u, &ldu_t, vt,
88 &ldvt_t, work, &lwork, iwork, &info );
89 return (info < 0) ? (info - 1) : info;
116 LAPACK_dgesvdx( &jobu, &jobvt, &range, &m, &n, a_t, &lda_t, &vl, &vu,
117 &il, &iu, ns, s, u_t, &ldu_t, vt_t,
118 &ldvt_t, work, &lwork, iwork, &info );
void LAPACKE_dge_trans(int matrix_layout, lapack_int m, lapack_int n, const double *in, lapack_int ldin, double *out, lapack_int ldout)
void LAPACK_dgesvdx(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, lapack_int *info)
#define LAPACKE_malloc(size)
lapack_logical LAPACKE_lsame(char ca, char cb)
void LAPACKE_xerbla(const char *name, lapack_int info)
#define LAPACK_TRANSPOSE_MEMORY_ERROR