Constructs an ODE solver to solve the initial value
problem dy/dt = f(t,y).
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public OdeAdamsGear(
OdeAdamsGearIFunction function
)
Public Sub New (
function As OdeAdamsGearIFunction
)
public:
OdeAdamsGear(
OdeAdamsGearIFunction^ function
)
new :
function : OdeAdamsGearIFunction -> OdeAdamsGear
Parameters
- function
- Type: Imsl.MathOdeAdamsGearIFunction
Implementation of interface IFunction
that defines the right-hand side function.
See Also