Function ssterf_
Computes all eigenvalues of a real symmetric tridiagonal matrix, using a root-free variant of the QL or QR algorithm.
extern(C) void ssterf_
(
int* n,
float* d,
float* e,
int* info
);