ssbgvx_

Computes selected eigenvalues, and optionally, the eigenvectors of a real generalized symmetric-definite banded eigenproblem, of the form A*x=(lambda)*B*x. A and B are assumed to be symmetric and banded, and B is also positive definite.

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

Meta