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