DGGSVD(LSAME, DLAMCH, DLANGE, DCOPY, DGGSVP, DTGSJA, XERBLA) Constructor |
Namespace: DotNumerics.LinearAlgebra.CSLapackAssembly: 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
)
Public Sub New (
lsame As LSAME,
dlamch As DLAMCH,
dlange As DLANGE,
dcopy As DCOPY,
dggsvp As DGGSVP,
dtgsja As DTGSJA,
xerbla As XERBLA
)
Request Example
View SourceParameters
- lsame LSAME
-
- dlamch DLAMCH
-
- dlange DLANGE
-
- dcopy DCOPY
-
- dggsvp DGGSVP
-
- dtgsja DTGSJA
-
- xerbla XERBLA
-
See Also