OdeFunction2 Delegate
ODE Function Y' = f(Y, x, P)
Namespace: Metas.UncLib.LinPropAssembly: Metas.UncLib.LinProp (in Metas.UncLib.LinProp.dll) Version: 2.9.9435.16865
public delegate void OdeFunction2(
double[] y,
double x,
double[] p,
double[] dy
)
Public Delegate Sub OdeFunction2 (
y As Double(),
x As Double,
p As Double(),
dy As Double()
)
public delegate void OdeFunction2(
array<double>^ y,
double x,
array<double>^ p,
array<double>^ dy
)
type OdeFunction2 =
delegate of
y : float[] *
x : float *
p : float[] *
dy : float[] -> unit
Parameters
- y Double
- Y (length: n)
- x Double
- x
- p Double
- P
- dy Double
- Y' (length: n)