spev - multiple declarations

Function spev

void spev (
  char jobz,
  char uplo,
  int n,
  double* ap,
  double* w,
  double* z,
  int ldz,
  double* work,
  ref int info
);

Function spev

Computes all eigenvalues, and optionally, eigenvectors of a real symmetric matrix in packed storage.

void spev (
  char jobz,
  char uplo,
  int n,
  float* ap,
  float* w,
  float* z,
  int ldz,
  float* work,
  ref int info
);