Click or drag to resize

NDIA3Run 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(
	int N,
	ref double[] E,
	int offset_e,
	double[] V,
	int offset_v,
	double[] GV,
	int offset_gv,
	double[] R,
	int offset_r,
	double VGV,
	int MODET
)
Request Example View Source

Parameters

N  Int32
 
E  Double
 
offset_e  Int32
 
V  Double
 
offset_v  Int32
 
GV  Double
 
offset_gv  Int32
 
R  Double
 
offset_r  Int32
 
VGV  Double
 
MODET  Int32
 
See Also