Click or drag to resize

lbfgsnewiterdelegate Delegate


Namespace: DWSIM.MathOps.MathEx.LBFGS
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax
public delegate void newiterdelegate(
	ref double[] x,
	double f,
	ref double[] g,
	ref bool abort
)
Request Example View Source

Parameters

x  Double
 
f  Double
 
g  Double
 
abort  Boolean
 
See Also