lbfgslbfgsmcstep Method

Definition

Namespace: DWSIM.MathOps.MathEx.LBFGS
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
private void lbfgsmcstep(
	ref double stx,
	ref double fx,
	ref double dx,
	ref double sty,
	ref double fy,
	ref double dy,
	ref double stp,
	double fp,
	double dp,
	ref bool brackt,
	double stmin,
	double stmax,
	ref int info
)

Parameters

stx  Double
 
fx  Double
 
dx  Double
 
sty  Double
 
fy  Double
 
dy  Double
 
stp  Double
 
fp  Double
 
dp  Double
 
brackt  Boolean
 
stmin  Double
 
stmax  Double
 
info  Int32
 

See Also