Click or drag to resize

CRASHRun 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[] X,
	int offset_x,
	ref int[] IPIVOT,
	int offset_ipivot,
	double[] LOW,
	int offset_low,
	double[] UP,
	int offset_up,
	ref int IER
)
Request Example View Source

Parameters

N  Int32
 
X  Double
 
offset_x  Int32
 
IPIVOT  Int32
 
offset_ipivot  Int32
 
LOW  Double
 
offset_low  Int32
 
UP  Double
 
offset_up  Int32
 
IER  Int32
 
See Also