The OpenD Programming Language

chegvd_

Computes all eigenvalues and the eigenvectors of a generalized Hermitian-definite generalized eigenproblem, Ax= lambda Bx, ABx= lambda x, or BAx= lambda x. If eigenvectors are desired, it uses a divide and conquer algorithm.

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

Meta