Form Data Regressioneval_ grad_ f 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#
public bool eval_grad_f(
int n,
double[] x,
bool new_x,
ref double[] grad_f
)VB
Public Function eval_grad_f (
n As Integer,
x As Double(),
new_x As Boolean,
ByRef grad_f As Double()
) As Boolean