The OpenD Programming Language

chbevd_

Computes all eigenvalues and, optionally, eigenvectors of a complex Hermitian band matrix. If eigenvectors are desired, it uses a divide and conquer algorithm.

extern (C) pure nothrow @nogc
void
chbevd_
(
ref char jobz
,
ref char uplo
,,,
_cfloat* ab
,,
float* w
,
_cfloat* z
,,
_cfloat* work
,,
float* rwork
,,,,)

Meta