Click or drag to resize
ODE Class
ODE represents and solves an initial-value problem for ordinary differential equations.
Inheritance Hierarchy

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
[SerializableAttribute]
public abstract class ODE

The ODE type exposes the following members.

Constructors
  NameDescription
Protected methodODE
Initializes a new instance of the ODE class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodExamineStep
Called before and after each internal step.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetMaximumStepsize
Returns the maximum internal step size.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetMaximumStepsize
Sets the maximum internal step size.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodVnorm
Returns the norm of a vector.
Top
Properties
  NameDescription
Public propertyFloor
The value used in the norm computation.
Public propertyInitialStepsize
The initial internal step size.
Public propertyMaxSteps
The maximum number of internal steps allowed.
Public propertyMinimumStepsize
The minimum internal step size.
Public propertyNormMethod
The error norm.
Public propertyScale
The scaling factor.
Public propertyTolerance
The error tolerance.
Top
See Also