lbfgsblbfgsbdcsrch Method

Definition

Namespace: DWSIM.MathOps.MathEx.LBFGSB
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
private void lbfgsbdcsrch(
	double f,
	double g,
	ref double stp,
	double ftol,
	double gtol,
	double xtol,
	double stpmin,
	double stpmax,
	ref int task,
	ref int[] isave,
	ref double[] dsave,
	ref int addinfo
)

Parameters

f  Double
 
g  Double
 
stp  Double
 
ftol  Double
 
gtol  Double
 
xtol  Double
 
stpmin  Double
 
stpmax  Double
 
task  Int32
 
isave  Int32
 
dsave  Double
 
addinfo  Int32
 

See Also