Click or drag to resize

DECOMCRun Method


Namespace: DotNumerics.ODE.Radau5
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Run(
	int N,
	double[] FJAC,
	int offset_fjac,
	int LDJAC,
	double[] FMAS,
	int offset_fmas,
	int LDMAS,
	int MLMAS,
	int MUMAS,
	int M1,
	int M2,
	int NM1,
	double ALPHN,
	double BETAN,
	ref double[] E2R,
	int offset_e2r,
	ref double[] E2I,
	int offset_e2i,
	int LDE1,
	ref int[] IP2,
	int offset_ip2,
	ref int IER,
	int IJOB
)
Request Example View Source

Parameters

N  Int32
 
FJAC  Double
 
offset_fjac  Int32
 
LDJAC  Int32
 
FMAS  Double
 
offset_fmas  Int32
 
LDMAS  Int32
 
MLMAS  Int32
 
MUMAS  Int32
 
M1  Int32
 
M2  Int32
 
NM1  Int32
 
ALPHN  Double
 
BETAN  Double
 
E2R  Double
 
offset_e2r  Int32
 
E2I  Double
 
offset_e2i  Int32
 
LDE1  Int32
 
IP2  Int32
 
offset_ip2  Int32
 
IER  Int32
 
IJOB  Int32
 
See Also