Click or drag to resize
OdeRungeKutta Constructor
Constructs an ODE solver to solve the initial value problem dy/dt = f(t,y).

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public OdeRungeKutta(
	OdeRungeKuttaIFunction function
)

Parameters

function
Type: Imsl.MathOdeRungeKuttaIFunction
Implementation of interface IFunction that defines the right-hand side function f(t,y)
See Also