sbgvx - multiple declarations

Function sbgvx

void sbgvx (
  char jobz,
  char range,
  char uplo,
  int n,
  int ka,
  int kb,
  double* ab,
  int ldab,
  double* bb,
  int ldbb,
  double* q,
  int ldq,
  double* vl,
  double* vu,
  int il,
  int iu,
  double* abstol,
  int m,
  double* w,
  double* z,
  int ldz,
  double* work,
  int* iwork,
  int ifail,
  ref int info
);

Function sbgvx

Computes selected eigenvalues, and optionally, the eigenvectors of a real generalized symmetric-definite banded eigenproblem, of the form A*x=(lambda)*B*x. A and B are assumed to be symmetric and banded, and B is also positive definite.

void sbgvx (
  char jobz,
  char range,
  char uplo,
  int n,
  int ka,
  int kb,
  float* ab,
  int ldab,
  float* bb,
  int ldbb,
  float* q,
  int ldq,
  float* vl,
  float* vu,
  int il,
  int iu,
  float* abstol,
  int m,
  float* w,
  float* z,
  int ldz,
  float* work,
  int* iwork,
  int ifail,
  ref int info
);