DBDSQR(LSAME, DLAMCH, DLARTG, DLAS2, DLASQ1, DLASR, DLASV2, DROT, DSCAL, 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 DBDSQR(
LSAME lsame,
DLAMCH dlamch,
DLARTG dlartg,
DLAS2 dlas2,
DLASQ1 dlasq1,
DLASR dlasr,
DLASV2 dlasv2,
DROT drot,
DSCAL dscal,
DSWAP dswap,
XERBLA xerbla
)
Public Sub New (
lsame As LSAME,
dlamch As DLAMCH,
dlartg As DLARTG,
dlas2 As DLAS2,
dlasq1 As DLASQ1,
dlasr As DLASR,
dlasv2 As DLASV2,
drot As DROT,
dscal As DSCAL,
dswap As DSWAP,
xerbla As XERBLA
)
Request Example
View SourceParameters
- lsame LSAME
-
- dlamch DLAMCH
-
- dlartg DLARTG
-
- dlas2 DLAS2
-
- dlasq1 DLASQ1
-
- dlasr DLASR
-
- dlasv2 DLASV2
-
- drot DROT
-
- dscal DSCAL
-
- dswap DSWAP
-
- xerbla XERBLA
-
See Also