sterf

Computes all eigenvalues of a real symmetric tridiagonal matrix, using a root-free variant of the QL or QR algorithm.

  1. void sterf(f_int n, f_float* d, f_float* e, f_int info)
    void
    sterf
  2. void sterf(f_int n, f_double* d, f_double* e, f_int info)

Meta