The OpenD Programming Language

sstevd_

Computes all eigenvalues, and optionally, eigenvectors of a real symmetric tridiagonal matrix. If eigenvectors are desired, it uses a divide and conquer algorithm.

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

Meta