xBase Ode Runge KuttaSolve(Double, Double, Double, Double) Method
Definition
Namespace: DotNumerics.ODE
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[,] Solve(
double[] y0,
double t0,
double deltaT,
double tf
)VB
Public Function Solve (
y0 As Double(),
t0 As Double,
deltaT As Double,
tf As Double
) As Double(,)