The OpenD Programming Language

sstevr_

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

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

Meta