DLARZ(DAXPY, DCOPY, DGEMV, DGER, LSAME) Constructor |
Namespace: DotNumerics.LinearAlgebra.CSLapackAssembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public DLARZ(
DAXPY daxpy,
DCOPY dcopy,
DGEMV dgemv,
DGER dger,
LSAME lsame
)
Public Sub New (
daxpy As DAXPY,
dcopy As DCOPY,
dgemv As DGEMV,
dger As DGER,
lsame As LSAME
)
Request Example
View SourceParameters
- daxpy DAXPY
-
- dcopy DCOPY
-
- dgemv DGEMV
-
- dger DGER
-
- lsame LSAME
-
See Also