49 &q, x11, &ldx11, x21, &ldx21,
50 theta, u1, &ldu1, u2, &ldu2, v1t, &ldv1t,
51 work, &lwork, iwork, &info );
100 &q, x11, &ldx11_t, x21, &ldx21_t,
101 theta, u1, &ldu1_t, u2, &ldu2_t, v1t, &ldv1t_t,
102 work, &lwork, iwork, &info );
103 return (info < 0) ? (info - 1) : info;
107 if( x11_t == NULL ) {
112 if( x21_t == NULL ) {
135 if( v1t_t == NULL ) {
147 &q, x11_t, &ldx11_t, x21_t, &ldx21_t,
148 theta, u1_t, &ldu1_t, u2_t, &ldu2_t, v1t_t, &ldv1t_t,
149 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)
lapack_int LAPACKE_dorcsd2by1_work(int matrix_layout, char jobu1, char jobu2, char jobv1t, lapack_int m, lapack_int p, lapack_int q, double *x11, lapack_int ldx11, double *x21, lapack_int ldx21, double *theta, double *u1, lapack_int ldu1, double *u2, lapack_int ldu2, double *v1t, lapack_int ldv1t, double *work, lapack_int lwork, lapack_int *iwork)
#define LAPACKE_malloc(size)
lapack_logical LAPACKE_lsame(char ca, char cb)
void LAPACK_dorcsd2by1(char *jobu1, char *jobu2, char *jobv1t, lapack_int *m, lapack_int *p, lapack_int *q, double *x11, lapack_int *ldx11, double *x21, lapack_int *ldx21, double *theta, double *u1, lapack_int *ldu1, double *u2, lapack_int *ldu2, double *v1t, lapack_int *ldv1t, double *work, lapack_int *lwork, lapack_int *iwork, lapack_int *info)
void LAPACKE_xerbla(const char *name, lapack_int info)
#define LAPACK_TRANSPOSE_MEMORY_ERROR