Ode Jacobian Delegate
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 delegate double[,] OdeJacobian(
double t,
double[] y
)VB
Public Delegate Function OdeJacobian (
t As Double,
y As Double()
) As Double(,)