45 LAPACK_dsygvd( &itype, &jobz, &uplo, &n, a, &lda, b, &ldb, w, work,
46 &lwork, iwork, &liwork, &info );
67 if( liwork == -1 || lwork == -1 ) {
68 LAPACK_dsygvd( &itype, &jobz, &uplo, &n, a, &lda_t, b, &ldb_t, w,
69 work, &lwork, iwork, &liwork, &info );
70 return (info < 0) ? (info - 1) : info;
87 LAPACK_dsygvd( &itype, &jobz, &uplo, &n, a_t, &lda_t, b_t, &ldb_t, w,
88 work, &lwork, iwork, &liwork, &info );
void LAPACKE_dge_trans(int matrix_layout, lapack_int m, lapack_int n, const double *in, lapack_int ldin, double *out, lapack_int ldout)
void LAPACK_dsygvd(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, lapack_int *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)
#define LAPACKE_malloc(size)
void LAPACKE_xerbla(const char *name, lapack_int info)
#define LAPACK_TRANSPOSE_MEMORY_ERROR