The OpenD Programming Language

chpevx_

Computes selected eigenvalues and eigenvectors of a Hermitian matrix in packed storage.

extern (C) pure nothrow @nogc
void
chpevx_
(
ref char jobz
,
ref char range
,
ref char uplo
,,
_cfloat* ap
,
float* vl
,
float* vu
,,,
ref float abstol
,,
float* w
,
_cfloat* z
,,
_cfloat* work
,
float* rwork
,,,)

Meta