sbev - multiple declarations

Function sbev

void sbev (
  char jobz,
  char uplo,
  int n,
  int kd,
  double* ab,
  int ldab,
  double* w,
  double* z,
  int ldz,
  double* work,
  ref int info
);

Function sbev

Computes all eigenvalues, and optionally, eigenvectors of a real symmetric band matrix.

void sbev (
  char jobz,
  char uplo,
  int n,
  int kd,
  float* ab,
  int ldab,
  float* w,
  float* z,
  int ldz,
  float* work,
  ref int info
);