IMSL C# Numerical Library

OdeRungeKutta Constructor 

Constructs an ODE solver to solve the initial value problem dy/dx = f(x,y).

public OdeRungeKutta(
   IFunction f
);

Parameters

f
Implementation of interface IFunction that defines the right-hand side function f(x,y).

See Also

OdeRungeKutta Class | Imsl.Math Namespace