The OpenD Programming Language

chpgst_

Reduces a Hermitian-definite generalized eigenproblem Ax= lambda Bx, ABx= lambda x, or BAx= lambda x, to standard form, where A and B are held in packed storage, and B has been factorized by CPPTRF.

extern (C) pure nothrow @nogc
void
chpgst_
(,
ref char uplo
,,
_cfloat* ap
,
_cfloat* bp
,)

Meta