sygst - multiple declarations

Function sygst

Reduces a symmetric-definite generalized eigenproblem Ax= lambda Bx, ABx= lambda x, or BAx= lambda x, to standard form, where B has been factorized by SPOTRF.

void sygst (
  int itype,
  char uplo,
  int n,
  float* a,
  int lda,
  float* b,
  int ldb,
  ref int info
);

Function sygst

void sygst (
  int itype,
  char uplo,
  int n,
  double* a,
  int lda,
  double* b,
  int ldb,
  ref int info
);