Click or drag to resize

lbfgsblbfgsbmatupd Method


Namespace: DWSIM.MathOps.MathEx.LBFGSB
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax
private void lbfgsbmatupd(
	int n,
	int m,
	ref double[,] ws,
	ref double[,] wy,
	ref double[,] sy,
	ref double[,] ss,
	ref double[] d,
	ref double[] r,
	ref int itail,
	int iupdat,
	ref int col,
	ref int head,
	ref double theta,
	double rr,
	double dr,
	double stp,
	double dtd
)
Request Example View Source

Parameters

n  Int32
 
m  Int32
 
ws  Double
 
wy  Double
 
sy  Double
 
ss  Double
 
d  Double
 
r  Double
 
itail  Int32
 
iupdat  Int32
 
col  Int32
 
head  Int32
 
theta  Double
 
rr  Double
 
dr  Double
 
stp  Double
 
dtd  Double
 
See Also