The OpenD Programming Language

chbgvd_

Computes all the eigenvalues, and optionally, the eigenvectors of a complex generalized Hermitian-definite banded eigenproblem, of the form A*x=(lambda)*B*x. A and B are assumed to be Hermitian 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
chbgvd_
(
ref char jobz
,
ref char uplo
,,,,
_cfloat* ab
,,
_cfloat* bb
,,
float* w
,
_cfloat* z
,,
_cfloat* work
,,
float* rwork
,,,,)

Meta