ssteqr_

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

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

Meta