44 LAPACK_dsygvd( &itype, &jobz, &uplo, &
n, a, &lda, b, &ldb, w, work,
45 &lwork, iwork, &liwork, &info );
66 if( liwork == -1 || lwork == -1 ) {
68 work, &lwork, iwork, &liwork, &info );
69 return (info < 0) ? (info - 1) : info;
86 LAPACK_dsygvd( &itype, &jobz, &uplo, &
n, a_t, &lda_t, b_t, &ldb_t, w,
87 work, &lwork, iwork, &liwork, &info );
lapack_int LAPACKE_dsygvd_work(int matrix_layout, lapack_int itype, char jobz, char uplo, lapack_int n, double *a, lapack_int lda, double *b, lapack_int ldb, double *w, double *work, lapack_int lwork, lapack_int *iwork, lapack_int liwork)
void LAPACKE_dge_trans(int matrix_layout, lapack_int m, lapack_int n, const double *in, lapack_int ldin, double *out, lapack_int ldout)