The OpenD Programming Language

ssbevx_

Computes selected eigenvalues and eigenvectors of a symmetric band matrix.

extern (C) pure nothrow @nogc
void
ssbevx_
(
ref char jobz
,
ref char range
,
ref char uplo
,,,
float* ab
,,
float* q
,,
float* vl
,
float* vu
,,,
ref float abstol
,,
float* w
,
float* z
,,
float* work
,,,)

Meta