sbgst - multiple declarations

Function sbgst

void sbgst (
  char vect,
  char uplo,
  int n,
  int ka,
  int kb,
  double* ab,
  int ldab,
  double* bb,
  int ldbb,
  double* x,
  int ldx,
  double* work,
  ref int info
);

Function sbgst

Reduces a real symmetric-definite banded generalized eigenproblem A x = lambda B x to standard form, where B has been factorized by SPBSTF (Crawford's algorithm).

void sbgst (
  char vect,
  char uplo,
  int n,
  int ka,
  int kb,
  float* ab,
  int ldab,
  float* bb,
  int ldbb,
  float* x,
  int ldx,
  float* work,
  ref int info
);