The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
sgbsv_
lapack
lapack
Solves a general banded system of linear equations AX=B.
extern (
C
) pure nothrow @
nogc
void
sgbsv_
(
ref
lapackint
n
,
ref
lapackint
kl
,
ref
lapackint
ku
,
ref
lapackint
nrhs
,
float
*
ab
,
ref
lapackint
ldab
,
lapackint
*
ipiv
,
float
*
b
,
ref
lapackint
ldb
,
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_
Solves a general banded system of linear equations AX=B.