Click or drag to resize
OdeAdamsGear 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 OdeAdamsGear(
	OdeAdamsGearIFunction function
)

Parameters

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