The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
sgesvd_
lapack
lapack
Computes the singular value decomposition (SVD) of a general rectangular matrix.
extern (
C
) pure nothrow @
nogc
void
sgesvd_
(
ref
char
jobu
,
ref
char
jobvt
,
ref
lapackint
m
,
ref
lapackint
n
,
float
*
a
,
ref
lapackint
lda
,
float
*
s
,
float
*
u
,
ref
lapackint
ldu
,
float
*
vt
,
ref
lapackint
ldvt
,
float
*
work
,
ref
lapackint
lwork
,
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 the singular value decomposition (SVD) of a general rectangular matrix.