The OpenD Programming Language

sstedc_

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

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

Meta