48 LAPACK_chpgvd( &itype, &jobz, &uplo, &n, ap, bp, w, z, &ldz, work,
49 &lwork, rwork, &lrwork, iwork, &liwork, &info );
65 if( liwork == -1 || lrwork == -1 || lwork == -1 ) {
66 LAPACK_chpgvd( &itype, &jobz, &uplo, &n, ap, bp, w, z, &ldz_t, work,
67 &lwork, rwork, &lrwork, iwork, &liwork, &info );
68 return (info < 0) ? (info - 1) : info;
82 (
MAX(1,n) *
MAX(2,n+1) ) / 2 );
89 (
MAX(1,n) *
MAX(2,n+1) ) / 2 );
98 LAPACK_chpgvd( &itype, &jobz, &uplo, &n, ap_t, bp_t, w, z_t, &ldz_t,
99 work, &lwork, rwork, &lrwork, iwork, &liwork, &info );
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)
lapack_int LAPACKE_chpgvd_work(int matrix_layout, lapack_int itype, char jobz, char uplo, lapack_int n, lapack_complex_float *ap, lapack_complex_float *bp, float *w, lapack_complex_float *z, lapack_int ldz, lapack_complex_float *work, lapack_int lwork, float *rwork, lapack_int lrwork, lapack_int *iwork, lapack_int liwork)
#define lapack_complex_float
void LAPACKE_chp_trans(int matrix_layout, char uplo, lapack_int n, const lapack_complex_float *in, lapack_complex_float *out)
#define LAPACKE_malloc(size)
lapack_logical LAPACKE_lsame(char ca, char cb)
void LAPACKE_xerbla(const char *name, lapack_int info)
#define LAPACK_TRANSPOSE_MEMORY_ERROR
void LAPACK_chpgvd(lapack_int *itype, char *jobz, char *uplo, lapack_int *n, lapack_complex_float *ap, lapack_complex_float *bp, float *w, lapack_complex_float *z, lapack_int *ldz, lapack_complex_float *work, lapack_int *lwork, float *rwork, lapack_int *lrwork, lapack_int *iwork, lapack_int *liwork, lapack_int *info)