The OpenD Programming Language

ssteqr_

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

extern (C) pure nothrow @nogc
void
ssteqr_
(
ref char compz
,,
float* d
,
float* e
,
float* z
,,
float* work
,)

Meta