OdeFunction2 Delegate

ODE Function Y' = f(Y, x, P)

Definition

Namespace: Metas.UncLib.LinProp
Assembly: Metas.UncLib.LinProp (in Metas.UncLib.LinProp.dll) Version: 2.9.9435.16865
C#
public delegate void OdeFunction2(
	double[] y,
	double x,
	double[] p,
	double[] dy
)

Parameters

y  Double
Y (length: n)
x  Double
x
p  Double
P
dy  Double
Y' (length: n)

See Also