The OpenD Programming Language

chegvx_

Computes selected eigenvalues, and optionally, 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
chegvx_
(,
ref char jobz
,
ref char range
,
ref char uplo
,,
_cfloat* a
,,
_cfloat* b
,,
float* vl
,
float* vu
,,,
ref float abstol
,,
float* w
,
_cfloat* z
,,
_cfloat* work
,,
float* rwork
,,,)

Meta