hpgst - multiple declarations

Function hpgst

void hpgst (
  int itype,
  char uplo,
  int n,
  std.complex.Complex!(double)* ap,
  std.complex.Complex!(double)* bp,
  ref int info
);

Function hpgst

Reduces a Hermitian-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 CPPTRF.

void hpgst (
  int itype,
  char uplo,
  int n,
  std.complex.Complex!(float)* ap,
  std.complex.Complex!(float)* bp,
  ref int info
);