ssbevx_

Computes selected eigenvalues and eigenvectors of a symmetric band matrix.

pure nothrow @nogc extern (C)
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