Ode |
The OdeAdamsMoulton type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | InitializeODEs(OdeFunction, Int32) |
Method that initialize the ODE to solve.
(Overrides xOdeBaseInitializeODEs(OdeFunction, Int32)) |
![]() | InitializeODEs(OdeFunction, Int32, Double, Double) |
Method that initialize the ODE to solve.
(Overrides xOdeBaseInitializeODEs(OdeFunction, Int32, Double, Double)) |
![]() | SetInitialValues |
Sets the initial values for the differential equations.
(Inherited from xBaseOdeGearsAndAdamsMoulton) |
![]() | Solve(Double) |
Computes the solution of the differential equations at a point tEnd.
(Inherited from xBaseOdeGearsAndAdamsMoulton) |
![]() | Solve(Double, Double) |
Computes the solution of the differntial equations.
(Inherited from xBaseOdeGearsAndAdamsMoulton) |
![]() | Solve(Double, Double, OdeSolution) |
Computes the solution of the differential equations.
(Inherited from xBaseOdeGearsAndAdamsMoulton) |
![]() | Solve(Double, Double, Double, Double) |
Computes the solution of the differntial equations.
(Inherited from xBaseOdeGearsAndAdamsMoulton) |
![]() | Solve(Double, Double, Double, Double, OdeSolution) |
Computes the solution of the differential equations.
(Inherited from xBaseOdeGearsAndAdamsMoulton) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |