DORMQR(LSAME, ILAENV, DLARFB, DLARFT, DORM2R, 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 DORMQR(
LSAME lsame,
ILAENV ilaenv,
DLARFB dlarfb,
DLARFT dlarft,
DORM2R dorm2r,
XERBLA xerbla
)
Public Sub New (
lsame As LSAME,
ilaenv As ILAENV,
dlarfb As DLARFB,
dlarft As DLARFT,
dorm2r As DORM2R,
xerbla As XERBLA
)
Request Example
View SourceParameters
- lsame LSAME
-
- ilaenv ILAENV
-
- dlarfb DLARFB
-
- dlarft DLARFT
-
- dorm2r DORM2R
-
- xerbla XERBLA
-
See Also