sbtrd - multiple declarations

Function sbtrd

void sbtrd (
  char vect,
  char uplo,
  int n,
  int kd,
  double* ab,
  int ldab,
  double* d,
  double* e,
  double* q,
  int ldq,
  double* work,
  ref int info
);

Function sbtrd

Reduces a symmetric band matrix to real symmetric tridiagonal form by an orthogonal similarity transformation.

void sbtrd (
  char vect,
  char uplo,
  int n,
  int kd,
  float* ab,
  int ldab,
  float* d,
  float* e,
  float* q,
  int ldq,
  float* work,
  ref int info
);