The OpenD Programming Language

sstebz_

Computes selected eigenvalues of a real symmetric tridiagonal matrix by bisection.

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

Meta