Click or drag to resize

MSOLVERun Method


Namespace: DotNumerics.Optimization.TN
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Run(
	double[] G,
	int offset_g,
	ref double[] Y,
	int offset_y,
	int N,
	ref double[] W,
	int offset_w,
	int LW,
	bool UPD1,
	double YKSK,
	ref double GSK,
	double YRSR,
	bool LRESET,
	bool FIRST
)
Request Example View Source

Parameters

G  Double
 
offset_g  Int32
 
Y  Double
 
offset_y  Int32
 
N  Int32
 
W  Double
 
offset_w  Int32
 
LW  Int32
 
UPD1  Boolean
 
YKSK  Double
 
GSK  Double
 
YRSR  Double
 
LRESET  Boolean
 
FIRST  Boolean
 
See Also