DBDSDC(LSAME, ILAENV, DLAMCH, DLANST, DCOPY, DLARTG, DLASCL, DLASD0, DLASDA, DLASDQ, DLASET, DLASR, DSWAP, 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 DBDSDC(
LSAME lsame,
ILAENV ilaenv,
DLAMCH dlamch,
DLANST dlanst,
DCOPY dcopy,
DLARTG dlartg,
DLASCL dlascl,
DLASD0 dlasd0,
DLASDA dlasda,
DLASDQ dlasdq,
DLASET dlaset,
DLASR dlasr,
DSWAP dswap,
XERBLA xerbla
)
Public Sub New (
lsame As LSAME,
ilaenv As ILAENV,
dlamch As DLAMCH,
dlanst As DLANST,
dcopy As DCOPY,
dlartg As DLARTG,
dlascl As DLASCL,
dlasd0 As DLASD0,
dlasda As DLASDA,
dlasdq As DLASDQ,
dlaset As DLASET,
dlasr As DLASR,
dswap As DSWAP,
xerbla As XERBLA
)
Request Example
View SourceParameters
- lsame LSAME
-
- ilaenv ILAENV
-
- dlamch DLAMCH
-
- dlanst DLANST
-
- dcopy DCOPY
-
- dlartg DLARTG
-
- dlascl DLASCL
-
- dlasd0 DLASD0
-
- dlasda DLASDA
-
- dlasdq DLASDQ
-
- dlaset DLASET
-
- dlasr DLASR
-
- dswap DSWAP
-
- xerbla XERBLA
-
See Also