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.0.0
Syntax
C# |
---|
public OdeAdamsGear( OdeAdamsGear..::.IFunction function ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ function As OdeAdamsGear..::.IFunction _ ) |
Visual C++ |
---|
public: OdeAdamsGear( OdeAdamsGear..::.IFunction^ function ) |
Parameters
- function
- Type: Imsl.Math..::.OdeAdamsGear..::.IFunction
Implementation of interface IFunction that defines the right-hand side function.