spgv - multiple declarations

Function spgv

Computes all eigenvalues and eigenvectors of a generalized symmetric-definite generalized eigenproblem, Ax= lambda Bx, ABx= lambda x, or BAx= lambda x, where A and B are in packed storage.

void spgv (
  int itype,
  char jobz,
  char uplo,
  int n,
  float* ap,
  float* bp,
  float* w,
  float* z,
  int ldz,
  float* work,
  ref int info
);

Function spgv

void spgv (
  int itype,
  char jobz,
  char uplo,
  int n,
  double* ap,
  double* bp,
  double* w,
  double* z,
  int ldz,
  double* work,
  ref int info
);