xBase Ode Gears And Adams MoultonInternal Jacobian Method
Definition
Namespace: DotNumerics.ODE.DVode
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#
private double[,] InternalJacobian(
double T,
double[] Y
)VB
Private Function InternalJacobian (
T As Double,
Y As Double()
) As Double(,)