DLASQ1(DCOPY, DLAS2, DLASCL, DLASQ2, DLASRT, XERBLA, DLAMCH) Constructor |
Namespace: DotNumerics.LinearAlgebra.CSLapackAssembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public DLASQ1(
DCOPY dcopy,
DLAS2 dlas2,
DLASCL dlascl,
DLASQ2 dlasq2,
DLASRT dlasrt,
XERBLA xerbla,
DLAMCH dlamch
)
Public Sub New (
dcopy As DCOPY,
dlas2 As DLAS2,
dlascl As DLASCL,
dlasq2 As DLASQ2,
dlasrt As DLASRT,
xerbla As XERBLA,
dlamch As DLAMCH
)
Request Example
View SourceParameters
- dcopy DCOPY
-
- dlas2 DLAS2
-
- dlascl DLASCL
-
- dlasq2 DLASQ2
-
- dlasrt DLASRT
-
- xerbla XERBLA
-
- dlamch DLAMCH
-
See Also