The OpenD Programming Language

sstegr_

Computes selected eigenvalues and, optionally, eigenvectors of a symmetric tridiagonal matrix. The eigenvalues are computed by the dqds algorithm, while eigenvectors are computed from various "good" LDL^T representations (also known as Relatively Robust Representations.)

extern (C) pure nothrow @nogc
void
sstegr_
(
ref char jobz
,
ref char range
,,
float* d
,
float* e
,
float* vl
,
float* vu
,,,
ref float abstol
,,
float* w
,
float* z
,,,
float* work
,,,,)

Meta