Uses of Interface
com.imsl.math.OdeRungeKutta.Function
Packages that use OdeRungeKutta.Function
-
Uses of OdeRungeKutta.Function in com.imsl.math
Constructors in com.imsl.math with parameters of type OdeRungeKutta.FunctionModifierConstructorDescriptionOdeRungeKutta(OdeRungeKutta.Function function) Constructs an ODE solver to solve the initial value problem dy/dt = f(t,y)