DGETRS(LSAME, DLASWP, DTRSM, 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 DGETRS(
LSAME lsame,
DLASWP dlaswp,
DTRSM dtrsm,
XERBLA xerbla
)
Public Sub New (
lsame As LSAME,
dlaswp As DLASWP,
dtrsm As DTRSM,
xerbla As XERBLA
)
Request Example
View SourceParameters
- lsame LSAME
-
- dlaswp DLASWP
-
- dtrsm DTRSM
-
- xerbla XERBLA
-
See Also