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