Function chegv_

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

extern(C) void chegv_ (
  int* itype,
  char* jobz,
  char* uplo,
  int* n,
  std.complex.Complex!(float)* a,
  int* lda,
  std.complex.Complex!(float)* b,
  int* ldb,
  float* w,
  std.complex.Complex!(float)* work,
  int* lwork,
  float* rwork,
  int* info,
  int jobz_len,
  int uplo_len
);