The OpenD Programming Language

ssterf_

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

extern (C) pure nothrow @nogc
void
ssterf_
(,
float* d
,
float* e
,)

Meta