sstev_

Computes all eigenvalues, and optionally, eigenvectors of a real symmetric tridiagonal matrix.

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

Meta