lbfgslbfgsnewiteration Method

Definition

Namespace: DWSIM.MathOps.MathEx.LBFGS
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
private void lbfgsnewiteration(
	ref double[] x,
	double f,
	ref double[] g,
	ref bool abort
)

Parameters

x  Double
 
f  Double
 
g  Double
 
abort  Boolean
 

See Also