LMQNBC(DDOT, DNRM2, STEP1, CRASH, SETPAR, CHKUCP, SETUCR, ZTIME, MONIT, MODLNP, DCOPY, STPMAX, LINDER, MODZ, CNVTST, DXPY, CommonBlock) Constructor |
Namespace: DotNumerics.Optimization.TNAssembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public LMQNBC(
DDOT ddot,
DNRM2 dnrm2,
STEP1 step1,
CRASH crash,
SETPAR setpar,
CHKUCP chkucp,
SETUCR setucr,
ZTIME ztime,
MONIT monit,
MODLNP modlnp,
DCOPY dcopy,
STPMAX stpmax,
LINDER linder,
MODZ modz,
CNVTST cnvtst,
DXPY dxpy,
CommonBlock SUBSCR
)
Public Sub New (
ddot As DDOT,
dnrm2 As DNRM2,
step1 As STEP1,
crash As CRASH,
setpar As SETPAR,
chkucp As CHKUCP,
setucr As SETUCR,
ztime As ZTIME,
monit As MONIT,
modlnp As MODLNP,
dcopy As DCOPY,
stpmax As STPMAX,
linder As LINDER,
modz As MODZ,
cnvtst As CNVTST,
dxpy As DXPY,
SUBSCR As CommonBlock
)
Request Example
View SourceParameters
- ddot DDOT
-
- dnrm2 DNRM2
-
- step1 STEP1
-
- crash CRASH
-
- setpar SETPAR
-
- chkucp CHKUCP
-
- setucr SETUCR
-
- ztime ZTIME
-
- monit MONIT
-
- modlnp MODLNP
-
- dcopy DCOPY
-
- stpmax STPMAX
-
- linder LINDER
-
- modz MODZ
-
- cnvtst CNVTST
-
- dxpy DXPY
-
- SUBSCR CommonBlock
-
See Also