MODLNP(DDOT, INITPC, ZTIME, MSOLVE, GTIMS, NDIA3, DAXPY, NEGVEC, DCOPY) Constructor |
Namespace: DotNumerics.Optimization.TNAssembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public MODLNP(
DDOT ddot,
INITPC initpc,
ZTIME ztime,
MSOLVE msolve,
GTIMS gtims,
NDIA3 ndia3,
DAXPY daxpy,
NEGVEC negvec,
DCOPY dcopy
)
Public Sub New (
ddot As DDOT,
initpc As INITPC,
ztime As ZTIME,
msolve As MSOLVE,
gtims As GTIMS,
ndia3 As NDIA3,
daxpy As DAXPY,
negvec As NEGVEC,
dcopy As DCOPY
)
Request Example
View SourceParameters
- ddot DDOT
-
- initpc INITPC
-
- ztime ZTIME
-
- msolve MSOLVE
-
- gtims GTIMS
-
- ndia3 NDIA3
-
- daxpy DAXPY
-
- negvec NEGVEC
-
- dcopy DCOPY
-
See Also