Form OptimizationNew Iter Update Method
Definition
Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
private void NewIterUpdate(
ref double[] x,
double f,
ref double[] g,
ref bool abort
)VB
Private Sub NewIterUpdate (
ByRef x As Double(),
f As Double,
ByRef g As Double(),
ByRef abort As Boolean
)