Click or drag to resize

lbfgsblbfgsbprojgr Method


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

Parameters

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