The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
chbevx_
lapack
lapack
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
,
ref
lapackint
n
,
lapackint
*
kd
,
_cfloat
*
ab
,
ref
lapackint
ldab
,
_cfloat
*
q
,
ref
lapackint
ldq
,
float
*
vl
,
float
*
vu
,
lapackint
*
il
,
lapackint
*
iu
,
ref
float
abstol
,
ref
lapackint
m
,
float
*
w
,
_cfloat
*
z
,
ref
lapackint
ldz
,
_cfloat
*
work
,
float
*
rwork
,
lapackint
*
iwork
,
lapackint
*
ifail
,
ref
lapackint
info
)
Meta
Source
See Implementation
lapack
lapack
aliases
lapackint
functions
chbev_
chbevd_
chbgv_
chbgvd_
cheev_
cheevd_
cheevr_
cheevx_
chegv_
chegvd_
chegvx_
chesv_
chesvx_
chpev_
chpevd_
chpevx_
chpgv_
chpgvd_
chpgvx_
chpsv_
chpsvx_
sgbsv_
sgbsvx_
sgees_
sgeev_
sgegs_
sgegv_
sgels_
sgelsd_
sgelss_
sgelsx_
sgelsy_
sgesdd_
sgesv_
sgesvd_
sgesvx_
sgges_
sggev_
sggglm_
sgglse_
sggsvd_
sgtsv_
sgtsvx_
spbsv_
spbsvx_
sposv_
sposvx_
sppsv_
sppsvx_
sptsv_
sptsvx_
ssbev_
ssbevd_
ssbgv_
ssbgvd_
sspev_
sspevd_
sspevx_
sspgv_
sspgvd_
sspgvx_
sspsv_
sspsvx_
sstev_
sstevd_
ssyev_
ssyevd_
ssyevr_
ssyevx_
ssygv_
ssygvd_
ssygvx_
ssysv_
ssysv_rk_
ssysv_rook_
ssysvx_
Computes selected eigenvalues and eigenvectors of a Hermitian band matrix.