DLARZB(LSAME, DCOPY, DGEMM, DTRMM, 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 DLARZB(
LSAME lsame,
DCOPY dcopy,
DGEMM dgemm,
DTRMM dtrmm,
XERBLA xerbla
)
Public Sub New (
lsame As LSAME,
dcopy As DCOPY,
dgemm As DGEMM,
dtrmm As DTRMM,
xerbla As XERBLA
)
Request Example
View SourceParameters
- lsame LSAME
-
- dcopy DCOPY
-
- dgemm DGEMM
-
- dtrmm DTRMM
-
- xerbla XERBLA
-
See Also