Click or drag to resize

lbfgsblbfgsbsubsm Method


Namespace: DWSIM.MathOps.MathEx.LBFGSB
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax
private void lbfgsbsubsm(
	int n,
	int m,
	int nsub,
	ref int[] ind,
	ref double[] l,
	ref double[] u,
	ref int[] nbd,
	ref double[] x,
	ref double[] d,
	ref double[,] ws,
	ref double[,] wy,
	double theta,
	int col,
	int head,
	ref int iword,
	ref double[] wv,
	ref double[,] wn,
	ref int info
)
Request Example View Source

Parameters

n  Int32
 
m  Int32
 
nsub  Int32
 
ind  Int32
 
l  Double
 
u  Double
 
nbd  Int32
 
x  Double
 
d  Double
 
ws  Double
 
wy  Double
 
theta  Double
 
col  Int32
 
head  Int32
 
iword  Int32
 
wv  Double
 
wn  Double
 
info  Int32
 
See Also