sstedc_

Computes all eigenvalues and, optionally, eigenvectors of a symmetric tridiagonal matrix using the divide and conquer algorithm.

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

Meta