Click or drag to resize

lbfgsblbfgsbformk Method


Namespace: DWSIM.MathOps.MathEx.LBFGSB
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax
private void lbfgsbformk(
	int n,
	int nsub,
	ref int[] ind,
	int nenter,
	int ileave,
	ref int[] indx2,
	int iupdat,
	bool updatd,
	ref double[,] wn,
	ref double[,] wn1,
	int m,
	ref double[,] ws,
	ref double[,] wy,
	ref double[,] sy,
	double theta,
	int col,
	int head,
	ref int info,
	ref double[] workvec,
	ref double[,] workmat
)
Request Example View Source

Parameters

n  Int32
 
nsub  Int32
 
ind  Int32
 
nenter  Int32
 
ileave  Int32
 
indx2  Int32
 
iupdat  Int32
 
updatd  Boolean
 
wn  Double
 
wn1  Double
 
m  Int32
 
ws  Double
 
wy  Double
 
sy  Double
 
theta  Double
 
col  Int32
 
head  Int32
 
info  Int32
 
workvec  Double
 
workmat  Double
 
See Also