The OpenD Programming Language

chpgv_

Computes all eigenvalues and 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
chpgv_
(,
ref char jobz
,
ref char uplo
,,
_cfloat* ap
,
_cfloat* bp
,
float* w
,
_cfloat* z
,,
_cfloat* work
,
float* rwork
,)

Meta