stebz - multiple declarations

Function stebz

void stebz (
  char range,
  char order,
  int n,
  double* vl,
  double* vu,
  int il,
  int iu,
  double* abstol,
  double* d,
  double* e,
  int m,
  int nsplit,
  double* w,
  int iblock,
  int isplit,
  double* work,
  int* iwork,
  ref int info
);

Function stebz

Computes selected eigenvalues of a real symmetric tridiagonal matrix by bisection.

void stebz (
  char range,
  char order,
  int n,
  float* vl,
  float* vu,
  int il,
  int iu,
  float* abstol,
  float* d,
  float* e,
  int m,
  int nsplit,
  float* w,
  int iblock,
  int isplit,
  float* work,
  int* iwork,
  ref int info
);