hegv - multiple declarations

Function hegv

void hegv (
  int itype,
  char jobz,
  char uplo,
  int n,
  std.complex.Complex!(double)* a,
  int lda,
  std.complex.Complex!(double)* b,
  int ldb,
  double* w,
  std.complex.Complex!(double)* work,
  int lwork,
  double* rwork,
  ref int info
);

Function hegv

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

void hegv (
  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,
  ref int info
);