DGELSY(ILAENV, DLAMCH, DLANGE, DCOPY, DGEQP3, DLABAD, DLAIC1, DLASCL, DLASET, DORMQR, DORMRZ, DTRSM, DTZRZF, 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 DGELSY(
ILAENV ilaenv,
DLAMCH dlamch,
DLANGE dlange,
DCOPY dcopy,
DGEQP3 dgeqp3,
DLABAD dlabad,
DLAIC1 dlaic1,
DLASCL dlascl,
DLASET dlaset,
DORMQR dormqr,
DORMRZ dormrz,
DTRSM dtrsm,
DTZRZF dtzrzf,
XERBLA xerbla
)
Public Sub New (
ilaenv As ILAENV,
dlamch As DLAMCH,
dlange As DLANGE,
dcopy As DCOPY,
dgeqp3 As DGEQP3,
dlabad As DLABAD,
dlaic1 As DLAIC1,
dlascl As DLASCL,
dlaset As DLASET,
dormqr As DORMQR,
dormrz As DORMRZ,
dtrsm As DTRSM,
dtzrzf As DTZRZF,
xerbla As XERBLA
)
Request Example
View SourceParameters
- ilaenv ILAENV
-
- dlamch DLAMCH
-
- dlange DLANGE
-
- dcopy DCOPY
-
- dgeqp3 DGEQP3
-
- dlabad DLABAD
-
- dlaic1 DLAIC1
-
- dlascl DLASCL
-
- dlaset DLASET
-
- dormqr DORMQR
-
- dormrz DORMRZ
-
- dtrsm DTRSM
-
- dtzrzf DTZRZF
-
- xerbla XERBLA
-
See Also