lbfgsblbfgsbprojgr Method

Definition

Namespace: DWSIM.MathOps.MathEx.LBFGSB
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
private void lbfgsbprojgr(
	int n,
	ref double[] l,
	ref double[] u,
	ref int[] nbd,
	ref double[] x,
	ref double[] g,
	ref double sbgnrm
)

Parameters

n  Int32
 
l  Double
 
u  Double
 
nbd  Int32
 
x  Double
 
g  Double
 
sbgnrm  Double
 

See Also