47 &il, &iu, ns, s, u, &ldu, vt, &ldvt,
48 work, &lwork, iwork, &info );
78 if( ldvt < ncols_vt ) {
85 LAPACK_dgesvdx( &jobu, &jobvt, &range, &m, &n, a, &lda_t, &vl, &vu,
86 &il, &iu, ns, s, u, &ldu_t, vt,
87 &ldvt_t, work, &lwork, iwork, &info );
88 return (info < 0) ? (info - 1) : info;
115 LAPACK_dgesvdx( &jobu, &jobvt, &range, &m, &n, a_t, &lda_t, &vl, &vu,
116 &il, &iu, ns, s, u_t, &ldu_t, vt_t,
117 &ldvt_t, work, &lwork, iwork, &info );
void LAPACK_dgesvdx(char const *jobu, char const *jobvt, char const *range, lapack_int const *m, lapack_int const *n, double *A, lapack_int const *lda, double const *vl, double const *vu, lapack_int const *il, lapack_int const *iu, lapack_int *ns, double *S, double *U, lapack_int const *ldu, double *VT, lapack_int const *ldvt, double *work, lapack_int const *lwork, lapack_int *iwork, lapack_int *info)
#define LAPACKE_malloc(size)
#define LAPACK_TRANSPOSE_MEMORY_ERROR
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)
lapack_logical LAPACKE_lsame(char ca, char cb)
void LAPACKE_xerbla(const char *name, lapack_int 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)