Click or drag to resize

DECHRun 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,
	int NDIM,
	ref double[] A,
	int offset_a,
	int LB,
	ref int[] IP,
	int offset_ip,
	ref int IER
)
Request Example View Source

Parameters

N  Int32
= ORDER OF MATRIX A.
NDIM  Int32
= DECLARED DIMENSION OF ARRAY A .
A  Double
= MATRIX TO BE TRIANGULARIZED.
offset_a  Int32
 
LB  Int32
= LOWER BANDWIDTH OF A (DIAGONAL IS NOT COUNTED, LB.GE.1).
IP  Int32
 
offset_ip  Int32
 
IER  Int32
= 0 IF MATRIX A IS NONSINGULAR, OR K IF FOUND TO BE SINGULAR AT STAGE K.
See Also