DORMTR(LSAME, ILAENV, DORMQL, DORMQR, 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 DORMTR(
LSAME lsame,
ILAENV ilaenv,
DORMQL dormql,
DORMQR dormqr,
XERBLA xerbla
)
Public Sub New (
lsame As LSAME,
ilaenv As ILAENV,
dormql As DORMQL,
dormqr As DORMQR,
xerbla As XERBLA
)
Request Example
View SourceParameters
- lsame LSAME
-
- ilaenv ILAENV
-
- dormql DORMQL
-
- dormqr DORMQR
-
- xerbla XERBLA
-
See Also