The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
sggsvd_
lapack
lapack
Computes the Generalized Singular Value Decomposition
extern (
C
) pure nothrow @
nogc
void
sggsvd_
(
ref
char
jobu
,
ref
char
jobv
,
ref
char
jobq
,
ref
lapackint
m
,
ref
lapackint
n
,
ref
lapackint
p
,
ref
lapackint
k
,
ref
lapackint
l
,
float
*
a
,
ref
lapackint
lda
,
float
*
b
,
ref
lapackint
ldb
,
float
*
alphav
,
float
*
betav
,
float
*
u
,
ref
lapackint
ldu
,
float
*
v
,
ref
lapackint
ldv
,
float
*
q
,
ref
lapackint
ldq
,
float
*
work
,
lapackint
*
iwork
,
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 Generalized Singular Value Decomposition