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[] DIAGB,
int offset_diagb,
ref double[] EMAT,
int offset_emat,
int N,
bool LRESET,
double YKSK,
double YRSR,
ref double[] BSK,
int offset_bsk,
double[] SK,
int offset_sk,
double[] YK,
int offset_yk,
double[] SR,
int offset_sr,
double[] YR,
int offset_yr,
int MODET,
bool UPD1
)
Public Sub Run (
DIAGB As Double(),
offset_diagb As Integer,
ByRef EMAT As Double(),
offset_emat As Integer,
N As Integer,
LRESET As Boolean,
YKSK As Double,
YRSR As Double,
ByRef BSK As Double(),
offset_bsk As Integer,
SK As Double(),
offset_sk As Integer,
YK As Double(),
offset_yk As Integer,
SR As Double(),
offset_sr As Integer,
YR As Double(),
offset_yr As Integer,
MODET As Integer,
UPD1 As Boolean
)
Request Example
View SourceParameters
- DIAGB Double
-
- offset_diagb Int32
-
- EMAT Double
-
- offset_emat Int32
-
- N Int32
-
- LRESET Boolean
-
- YKSK Double
-
- YRSR Double
-
- BSK Double
-
- offset_bsk Int32
-
- SK Double
-
- offset_sk Int32
-
- YK Double
-
- offset_yk Int32
-
- SR Double
-
- offset_sr Int32
-
- YR Double
-
- offset_yr Int32
-
- MODET Int32
-
- UPD1 Boolean
-
See Also