heevr

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void heevr(char jobz, char range, char uplo, f_int n, f_cfloat* a, f_int lda, f_float vl, f_float vu, f_int il, f_int iu, f_float abstol, f_int m, f_float* w, f_cfloat* z, f_int ldz, f_int* isuppz, f_cfloat* work, f_int lwork, f_float* rwork, f_int lrwork, f_int* iwork, f_int liwork, f_int info)
  2. void heevr(char jobz, char range, char uplo, f_int n, f_cdouble* a, f_int lda, f_double vl, f_double vu, f_int il, f_int iu, f_double abstol, f_int m, f_double* w, f_cdouble* z, f_int ldz, f_int* isuppz, f_cdouble* work, f_int lwork, f_double* rwork, f_int lrwork, f_int* iwork, f_int liwork, f_int info)

Meta