Click or drag to resize

lbfgsblbfgsbcmprlb Method


Namespace: DWSIM.MathOps.MathEx.LBFGSB
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax
private void lbfgsbcmprlb(
	int n,
	int m,
	ref double[] x,
	ref double[] g,
	ref double[,] ws,
	ref double[,] wy,
	ref double[,] sy,
	ref double[,] wt,
	ref double[] z,
	ref double[] r,
	ref double[] wa,
	ref int[] index,
	double theta,
	int col,
	int head,
	int nfree,
	bool cnstnd,
	ref int info,
	ref double[] workvec,
	ref double[] workvec2
)
Request Example View Source

Parameters

n  Int32
 
m  Int32
 
x  Double
 
g  Double
 
ws  Double
 
wy  Double
 
sy  Double
 
wt  Double
 
z  Double
 
r  Double
 
wa  Double
 
index  Int32
 
theta  Double
 
col  Int32
 
head  Int32
 
nfree  Int32
 
cnstnd  Boolean
 
info  Int32
 
workvec  Double
 
workvec2  Double
 
See Also