chpgvx_

Computes selected eigenvalues, and optionally, the 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.

pure nothrow @nogc extern (C)
void
chpgvx_
(,
ref char jobz
,
ref char range
,
ref char uplo
,,,,
float* vl
,
float* vu
,,,
ref float abstol
,,
float* w
,,,,
float* rwork
,,,)

Meta