Click or drag to resize

DGGSVD(LSAME, DLAMCH, DLANGE, DCOPY, DGGSVP, DTGSJA, XERBLA) Constructor


Namespace: DotNumerics.LinearAlgebra.CSLapack
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public DGGSVD(
	LSAME lsame,
	DLAMCH dlamch,
	DLANGE dlange,
	DCOPY dcopy,
	DGGSVP dggsvp,
	DTGSJA dtgsja,
	XERBLA xerbla
)
Request Example View Source

Parameters

lsame  LSAME
 
dlamch  DLAMCH
 
dlange  DLANGE
 
dcopy  DCOPY
 
dggsvp  DGGSVP
 
dtgsja  DTGSJA
 
xerbla  XERBLA
 
See Also