![]() |
Constructs an ODE solver to solve the initial value problem dy/dx = f(x,y). |
![]() | The initial internal step size. |
![]() | The maximum internal step size. |
![]() | The maximum number of internal steps allowed. |
![]() | The minimum internal step size. |
![]() | The scaling factor. |
![]() | The error tolerance. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Integrates the ODE system from x to xEnd. |
![]() | Returns a String that represents the current Object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
![]() | Returns the norm of a vector. |
OdeRungeKutta Class | Imsl.Math Namespace | Example