CAUCHYRun Method

Definition

Namespace: DotNumerics.Optimization.LBFGSB
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
public void Run(
	int N,
	double[] X,
	int offset_x,
	double[] L,
	int offset_l,
	double[] U,
	int offset_u,
	int[] NBD,
	int offset_nbd,
	double[] G,
	int offset_g,
	ref int[] IORDER,
	int offset_iorder,
	ref int[] IWHERE,
	int offset_iwhere,
	ref double[] T,
	int offset_t,
	ref double[] D,
	int offset_d,
	ref double[] XCP,
	int offset_xcp,
	int M,
	double[] WY,
	int offset_wy,
	double[] WS,
	int offset_ws,
	double[] SY,
	int offset_sy,
	double[] WT,
	int offset_wt,
	double THETA,
	int COL,
	int HEAD,
	ref double[] P,
	int offset_p,
	ref double[] C,
	int offset_c,
	ref double[] WBP,
	int offset_wbp,
	ref double[] V,
	int offset_v,
	ref int NINT,
	double[] SG,
	int offset_sg,
	double[] YG,
	int offset_yg,
	int IPRINT,
	double SBGNRM,
	ref int INFO,
	double EPSMCH
)

Parameters

N  Int32
 
X  Double
 
offset_x  Int32
 
L  Double
 
offset_l  Int32
 
U  Double
 
offset_u  Int32
 
NBD  Int32
 
offset_nbd  Int32
 
G  Double
 
offset_g  Int32
 
IORDER  Int32
 
offset_iorder  Int32
 
IWHERE  Int32
 
offset_iwhere  Int32
 
T  Double
 
offset_t  Int32
 
D  Double
 
offset_d  Int32
 
XCP  Double
 
offset_xcp  Int32
 
M  Int32
 
WY  Double
 
offset_wy  Int32
 
WS  Double
 
offset_ws  Int32
 
SY  Double
 
offset_sy  Int32
 
WT  Double
 
offset_wt  Int32
 
THETA  Double
 
COL  Int32
 
HEAD  Int32
 
P  Double
 
offset_p  Int32
 
C  Double
 
offset_c  Int32
 
WBP  Double
 
offset_wbp  Int32
 
V  Double
 
offset_v  Int32
 
NINT  Int32
 
SG  Double
 
offset_sg  Int32
 
YG  Double
 
offset_yg  Int32
 
IPRINT  Int32
 
SBGNRM  Double
 
INFO  Int32
 
EPSMCH  Double
 

See Also