47 LAPACK_chegvd( &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_chegvd( &itype, &jobz, &uplo, &
n, a_t, &lda_t, b_t, &ldb_t, w,
93 work, &lwork, rwork, &lrwork, iwork, &liwork, &info );
lapack_int LAPACKE_chegvd_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, lapack_int lrwork, lapack_int *iwork, lapack_int liwork)
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)