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