ELMHESRun Method

Definition

Namespace: DotNumerics.ODE.Radau5
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
public void Run(
	int NM,
	int N,
	int LOW,
	int IGH,
	ref double[] A,
	int offset_a,
	ref int[] INT,
	int offset_int
)

Parameters

NM  Int32
 
N  Int32
 
LOW  Int32
 
IGH  Int32
 
A  Double
 
offset_a  Int32
 
INT  Int32
 
offset_int  Int32
 

See Also