Extension of the ODE class to solve a stiff initial-value problem for ordinary differential equations using the Adams-Gear methods.

The OdeAdamsGear..::.IFunction type exposes the following members.

Methods

NameDescription
F
Computes the value of the function  y^{'} = f(t,y) at the given point.

See Also