Click or drag to resize

lbfgsblbfgsbdcstep Method


Namespace: DWSIM.MathOps.MathEx.LBFGSB
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax
private void lbfgsbdcstep(
	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 stpmin,
	double stpmax
)
Request Example View Source

Parameters

stx  Double
 
fx  Double
 
dx  Double
 
sty  Double
 
fy  Double
 
dy  Double
 
stp  Double
 
fp  Double
 
dp  Double
 
brackt  Boolean
 
stpmin  Double
 
stpmax  Double
 
See Also