Click or drag to resize

lbfgsblbfgsbcauchy Method


Namespace: DWSIM.MathOps.MathEx.LBFGSB
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax
private void lbfgsbcauchy(
	int n,
	ref double[] x,
	ref double[] l,
	ref double[] u,
	ref int[] nbd,
	ref double[] g,
	ref int[] iorder,
	ref int[] iwhere,
	ref double[] t,
	ref double[] d,
	ref double[] xcp,
	int m,
	ref double[,] wy,
	ref double[,] ws,
	ref double[,] sy,
	ref double[,] wt,
	double theta,
	int col,
	int head,
	ref double[] p,
	ref double[] c,
	ref double[] wbp,
	ref double[] v,
	ref int nint,
	ref double[] sg,
	ref double[] yg,
	double sbgnrm,
	ref int info,
	ref double[] workvec
)
Request Example View Source

Parameters

n  Int32
 
x  Double
 
l  Double
 
u  Double
 
nbd  Int32
 
g  Double
 
iorder  Int32
 
iwhere  Int32
 
t  Double
 
d  Double
 
xcp  Double
 
m  Int32
 
wy  Double
 
ws  Double
 
sy  Double
 
wt  Double
 
theta  Double
 
col  Int32
 
head  Int32
 
p  Double
 
c  Double
 
wbp  Double
 
v  Double
 
nint  Int32
 
sg  Double
 
yg  Double
 
sbgnrm  Double
 
info  Int32
 
workvec  Double
 
See Also