The OpenD Programming Language

chbgvx_

Computes selected 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.

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

Meta