lbfgsfuncgrad Method
Definition
Namespace: DWSIM.MathOps.MathEx.LBFGS
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
C#
public void funcgrad(
double[] x,
ref double f,
ref double[] g
)VB
Public Sub funcgrad (
x As Double(),
ByRef f As Double,
ByRef g As Double()
)