hegv

Computes all eigenvalues and the eigenvectors of a generalized Hermitian-definite generalized eigenproblem, Ax= lambda Bx, ABx= lambda x, or BAx= lambda x.

  1. void hegv(f_int itype, char jobz, char uplo, f_int n, f_cfloat* a, f_int lda, f_cfloat* b, f_int ldb, f_float* w, f_cfloat* work, f_int lwork, f_float* rwork, f_int info)
  2. void hegv(f_int itype, char jobz, char uplo, f_int n, f_cdouble* a, f_int lda, f_cdouble* b, f_int ldb, f_double* w, f_cdouble* work, f_int lwork, f_double* rwork, f_int info)

Meta