Click or drag to resize
OdeAdamsGearIFunction Interface
Public interface for user supplied function to OdeAdamsGear object.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public interface IFunction

The OdeAdamsGearIFunction type exposes the following members.

Methods
  NameDescription
Public methodF
Computes the value of the function  y^{'} = f(t,y) at the given point.
Top
See Also