Namespace: DotNumerics.Optimization.TNAssembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void Run(
double[] G,
int offset_g,
ref double[] Y,
int offset_y,
int N,
double[] SK,
int offset_sk,
double[] YK,
int offset_yk,
double[] DIAGB,
int offset_diagb,
double[] SR,
int offset_sr,
double[] YR,
int offset_yr,
ref double[] HYR,
int offset_hyr,
ref double[] HG,
int offset_hg,
ref double[] HYK,
int offset_hyk,
bool UPD1,
double YKSK,
ref double GSK,
double YRSR,
bool LRESET,
bool FIRST
)
Public Sub Run (
G As Double(),
offset_g As Integer,
ByRef Y As Double(),
offset_y As Integer,
N As Integer,
SK As Double(),
offset_sk As Integer,
YK As Double(),
offset_yk As Integer,
DIAGB As Double(),
offset_diagb As Integer,
SR As Double(),
offset_sr As Integer,
YR As Double(),
offset_yr As Integer,
ByRef HYR As Double(),
offset_hyr As Integer,
ByRef HG As Double(),
offset_hg As Integer,
ByRef HYK As Double(),
offset_hyk As Integer,
UPD1 As Boolean,
YKSK As Double,
ByRef GSK As Double,
YRSR As Double,
LRESET As Boolean,
FIRST As Boolean
)
Request Example
View SourceParameters
- G Double
-
- offset_g Int32
-
- Y Double
-
- offset_y Int32
-
- N Int32
-
- SK Double
-
- offset_sk Int32
-
- YK Double
-
- offset_yk Int32
-
- DIAGB Double
-
- offset_diagb Int32
-
- SR Double
-
- offset_sr Int32
-
- YR Double
-
- offset_yr Int32
-
- HYR Double
-
- offset_hyr Int32
-
- HG Double
-
- offset_hg Int32
-
- HYK Double
-
- offset_hyk Int32
-
- UPD1 Boolean
-
- YKSK Double
-
- GSK Double
-
- YRSR Double
-
- LRESET Boolean
-
- FIRST Boolean
-
See Also