47 LAPACK_zhegvd( &itype, &jobz, &uplo, &
n, a, &lda, b, &ldb, w, work,
48 &lwork, rwork, &lrwork, iwork, &liwork, &info );
69 if( liwork == -1 || lrwork == -1 || lwork == -1 ) {
71 work, &lwork, rwork, &lrwork, iwork, &liwork,
73 return (info < 0) ? (info - 1) : info;
92 LAPACK_zhegvd( &itype, &jobz, &uplo, &
n, a_t, &lda_t, b_t, &ldb_t, w,
93 work, &lwork, rwork, &lrwork, iwork, &liwork, &info );
void LAPACKE_zge_trans(int matrix_layout, lapack_int m, lapack_int n, const lapack_complex_double *in, lapack_int ldin, lapack_complex_double *out, lapack_int ldout)
lapack_int LAPACKE_zhegvd_work(int matrix_layout, lapack_int itype, char jobz, char uplo, lapack_int n, lapack_complex_double *a, lapack_int lda, lapack_complex_double *b, lapack_int ldb, double *w, lapack_complex_double *work, lapack_int lwork, double *rwork, lapack_int lrwork, lapack_int *iwork, lapack_int liwork)