DLALS0(DCOPY, DGEMV, DLACPY, DLASCL, DROT, DSCAL, XERBLA, DLAMC3, DNRM2) Constructor |
Namespace: DotNumerics.LinearAlgebra.CSLapackAssembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public DLALS0(
DCOPY dcopy,
DGEMV dgemv,
DLACPY dlacpy,
DLASCL dlascl,
DROT drot,
DSCAL dscal,
XERBLA xerbla,
DLAMC3 dlamc3,
DNRM2 dnrm2
)
Public Sub New (
dcopy As DCOPY,
dgemv As DGEMV,
dlacpy As DLACPY,
dlascl As DLASCL,
drot As DROT,
dscal As DSCAL,
xerbla As XERBLA,
dlamc3 As DLAMC3,
dnrm2 As DNRM2
)
Request Example
View SourceParameters
- dcopy DCOPY
-
- dgemv DGEMV
-
- dlacpy DLACPY
-
- dlascl DLASCL
-
- drot DROT
-
- dscal DSCAL
-
- xerbla XERBLA
-
- dlamc3 DLAMC3
-
- dnrm2 DNRM2
-
See Also