40 double* phi,
double* taup1,
double* taup2,
41 double* tauq1,
double* tauq2,
double* work,
68 LAPACK_dorbdb( <rans, &signs, &m, &p, &q, x11, &ldx11, x12, &ldx12,
69 x21, &ldx21, x22, &ldx22, theta, phi, taup1, taup2,
70 tauq1, tauq2, work, &lwork, &info );
#define LAPACK_dorbdb(...)
lapack_int LAPACKE_dorbdb_work(int matrix_layout, char trans, char signs, lapack_int m, lapack_int p, lapack_int q, double *x11, lapack_int ldx11, double *x12, lapack_int ldx12, double *x21, lapack_int ldx21, double *x22, lapack_int ldx22, double *theta, double *phi, double *taup1, double *taup2, double *tauq1, double *tauq2, double *work, lapack_int lwork)
lapack_logical LAPACKE_lsame(char ca, char cb)
void LAPACKE_xerbla(const char *name, lapack_int info)