DTRTI2(LSAME, DSCAL, DTRMV, 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 DTRTI2(
LSAME lsame,
DSCAL dscal,
DTRMV dtrmv,
XERBLA xerbla
)
Public Sub New (
lsame As LSAME,
dscal As DSCAL,
dtrmv As DTRMV,
xerbla As XERBLA
)
Request Example
View SourceParameters
- lsame LSAME
-
- dscal DSCAL
-
- dtrmv DTRMV
-
- xerbla XERBLA
-
See Also