The OpenD Programming Language

chpgvx_

Computes selected eigenvalues, and optionally, the eigenvectors of a generalized Hermitian-definite generalized eigenproblem, Ax= lambda Bx, ABx= lambda x, or BAx= lambda x, where A and B are in packed storage.

extern (C) pure nothrow @nogc
void
chpgvx_
(,
ref char jobz
,
ref char range
,
ref char uplo
,,
_cfloat* ap
,
_cfloat* bp
,
float* vl
,
float* vu
,,,
ref float abstol
,,
float* w
,
_cfloat* z
,,
_cfloat* work
,
float* rwork
,,,)

Meta