The OpenD Programming Language

sstevx_

Computes selected eigenvalues and eigenvectors of a real symmetric tridiagonal matrix.

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

Meta