Function ssteqr_

Computes all eigenvalues and eigenvectors of a real symmetric tridiagonal matrix, using the implicit QL or QR algorithm.

extern(C) void ssteqr_ (
  char* compz,
  int* n,
  float* d,
  float* e,
  float* z,
  int* ldz,
  float* work,
  int* info,
  int compz_len
);