46 LAPACK_zgebrd( &m, &n, a, &lda, d, e, tauq, taup, work, &lwork, &info );
61 LAPACK_zgebrd( &m, &n, a, &lda_t, d, e, tauq, taup, work, &lwork,
63 return (info < 0) ? (info - 1) : info;
75 LAPACK_zgebrd( &m, &n, a_t, &lda_t, d, e, tauq, taup, work, &lwork,