The OpenD Programming Language

chegv_

Computes all eigenvalues and the eigenvectors of a generalized Hermitian-definite generalized eigenproblem, Ax= lambda Bx, ABx= lambda x, or BAx= lambda x.

extern (C) pure nothrow @nogc
void
chegv_
(,
ref char jobz
,
ref char uplo
,,
_cfloat* a
,,
_cfloat* b
,,
float* w
,
_cfloat* work
,,
float* rwork
,)

Meta