sygv - multiple declarations

Function sygv

void sygv (
  int itype,
  char jobz,
  char uplo,
  int n,
  double* a,
  int lda,
  double* b,
  int ldb,
  double* w,
  double* work,
  int lwork,
  ref int info
);

Function sygv

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

void sygv (
  int itype,
  char jobz,
  char uplo,
  int n,
  float* a,
  int lda,
  float* b,
  int ldb,
  float* w,
  float* work,
  int lwork,
  ref int info
);