Form OptimizationFunc Grad_ LBFGS 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 void FuncGrad_LBFGS(
double[] x,
ref double f,
ref double[] g
)VB
Public Sub FuncGrad_LBFGS (
x As Double(),
ByRef f As Double,
ByRef g As Double()
)