ExplicitEulerIntegratorF Class |
Namespace: DigitalRune.Mathematics.Analysis
The ExplicitEulerIntegratorF type exposes the following members.
Name | Description | |
---|---|---|
ExplicitEulerIntegratorF |
Initializes a new instance of the ExplicitEulerIntegratorF class.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Integrate |
Computes the new state x1 at time t1.
(Overrides OdeIntegratorFIntegrate(VectorF, Single, Single).) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
FirstOrderDerivative |
Gets the function f(x, t) that computes the first order derivative.
(Inherited from OdeIntegratorF.) |