The OpenD Programming Language

cheevr_

Computes selected eigenvalues, and optionally, eigenvectors of a complex Hermitian matrix. Eigenvalues are computed by the dqds algorithm, and eigenvectors are computed from various "good" LDL^T representations (also known as Relatively Robust Representations).

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

Meta