48 &q, x11, &ldx11, x21, &ldx21,
49 theta, u1, &ldu1, u2, &ldu2, v1t, &ldv1t,
50 work, &lwork, iwork, &info );
99 &q, x11, &ldx11_t, x21, &ldx21_t,
100 theta, u1, &ldu1_t, u2, &ldu2_t, v1t, &ldv1t_t,
101 work, &lwork, iwork, &info );
102 return (info < 0) ? (info - 1) : info;
106 if( x11_t == NULL ) {
111 if( x21_t == NULL ) {
134 if( v1t_t == NULL ) {
146 &q, x11_t, &ldx11_t, x21_t, &ldx21_t,
147 theta, u1_t, &ldu1_t, u2_t, &ldu2_t, v1t_t, &ldv1t_t,
148 work, &lwork, iwork, &info );
void LAPACK_dorcsd2by1(char const *jobu1, char const *jobu2, char const *jobv1t, lapack_int const *m, lapack_int const *p, lapack_int const *q, double *X11, lapack_int const *ldx11, double *X21, lapack_int const *ldx21, double *theta, double *U1, lapack_int const *ldu1, double *U2, lapack_int const *ldu2, double *V1T, lapack_int const *ldv1t, double *work, lapack_int const *lwork, lapack_int *iwork, lapack_int *info)
#define LAPACKE_malloc(size)
#define LAPACK_TRANSPOSE_MEMORY_ERROR
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)