CONTR 5Run Method
Definition
Namespace: DotNumerics.ODE.Radau5
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public double Run(
int I,
double X,
double[] CONT,
int offset_cont,
int LRC
)VB
Public Function Run (
I As Integer,
X As Double,
CONT As Double(),
offset_cont As Integer,
LRC As Integer
) As Double