The OpenD Programming Language

chbevx_

Computes selected eigenvalues and eigenvectors of a Hermitian band matrix.

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

Meta