52 LAPACK_cunbdb( &trans, &signs, &m, &p, &q, x11, &ldx11, x12, &ldx12,
53 x21, &ldx21, x22, &ldx22, theta, phi, taup1, taup2,
54 tauq1, tauq2, work, &lwork, &info );
94 LAPACK_cunbdb( &trans, &signs, &m, &p, &q, x11, &ldx11_t, x12,
95 &ldx12_t, x21, &ldx21_t, x22, &ldx22_t, theta, phi,
96 taup1, taup2, tauq1, tauq2, work, &lwork, &info );
97 return (info < 0) ? (info - 1) : info;
102 if( x11_t == NULL ) {
108 ldx12_t *
MAX(1,m-q) );
109 if( x12_t == NULL ) {
115 if( x21_t == NULL ) {
121 ldx22_t *
MAX(1,m-q) );
122 if( x22_t == NULL ) {
136 LAPACK_cunbdb( &trans, &signs, &m, &p, &q, x11_t, &ldx11_t, x12_t,
137 &ldx12_t, x21_t, &ldx21_t, x22_t, &ldx22_t, theta, phi,
138 taup1, taup2, tauq1, tauq2, work, &lwork, &info );
void LAPACKE_cge_trans(int matrix_layout, lapack_int m, lapack_int n, const lapack_complex_float *in, lapack_int ldin, lapack_complex_float *out, lapack_int ldout)
#define lapack_complex_float
#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
void LAPACK_cunbdb(char *trans, char *signs, lapack_int *m, lapack_int *p, lapack_int *q, lapack_complex_float *x11, lapack_int *ldx11, lapack_complex_float *x12, lapack_int *ldx12, lapack_complex_float *x21, lapack_int *ldx21, lapack_complex_float *x22, lapack_int *ldx22, float *theta, float *phi, lapack_complex_float *taup1, lapack_complex_float *taup2, lapack_complex_float *tauq1, lapack_complex_float *tauq2, lapack_complex_float *work, lapack_int *lwork, lapack_int *info)