spgst - multiple declarations

Function spgst

void spgst (
  int itype,
  char uplo,
  int n,
  double* ap,
  double* bp,
  ref int info
);

Function spgst

Reduces a symmetric-definite generalized eigenproblem Ax= lambda Bx, ABx= lambda x, or BAx= lambda x, to standard form, where A and B are held in packed storage, and B has been factorized by SPPTRF.

void spgst (
  int itype,
  char uplo,
  int n,
  float* ap,
  float* bp,
  ref int info
);