45 LAPACK_chegv( &itype, &jobz, &uplo, &
n, a, &lda, b, &ldb, w, work,
46 &lwork, rwork, &info );
68 LAPACK_chegv( &itype, &jobz, &uplo, &
n, a, &lda_t, b, &ldb_t, w,
69 work, &lwork, rwork, &info );
70 return (info < 0) ? (info - 1) : info;
89 LAPACK_chegv( &itype, &jobz, &uplo, &
n, a_t, &lda_t, b_t, &ldb_t, w,
90 work, &lwork, rwork, &info );
lapack_int LAPACKE_chegv_work(int matrix_layout, lapack_int itype, char jobz, char uplo, lapack_int n, lapack_complex_float *a, lapack_int lda, lapack_complex_float *b, lapack_int ldb, float *w, lapack_complex_float *work, lapack_int lwork, float *rwork)
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)