The OpenD Programming Language

ssbgvd_

Computes all the 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. If eigenvectors are desired, it uses a divide and conquer algorithm.

extern (C) pure nothrow @nogc
void
ssbgvd_
(
ref char jobz
,
ref char uplo
,,,,
float* ab
,,
float* bb
,,
float* w
,
float* z
,,
float* work
,,,,)

Meta