DECRun 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 N,
	int NDIM,
	ref double[] A,
	int offset_a,
	ref int[] IP,
	int offset_ip,
	ref int IER
)

Parameters

N  Int32
 
NDIM  Int32
 
A  Double
 
offset_a  Int32
 
IP  Int32
 
offset_ip  Int32
 
IER  Int32
 

See Also