Click or drag to resize

DECOMRRun 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,
	ref 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 FAC1,
	ref double[] E1,
	int offset_e1,
	int LDE1,
	ref int[] IP1,
	int offset_ip1,
	ref int IER,
	int IJOB,
	ref bool CALHES,
	ref int[] IPHES,
	int offset_iphes
)
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
 
FAC1  Double
 
E1  Double
 
offset_e1  Int32
 
LDE1  Int32
 
IP1  Int32
 
offset_ip1  Int32
 
IER  Int32
 
IJOB  Int32
 
CALHES  Boolean
 
IPHES  Int32
 
offset_iphes  Int32
 
See Also