Ode |
public sealed class OdeImplicitRungeKutta5 : xBaseOdeRungeKutta
The OdeImplicitRungeKutta5 type exposes the following members.
Name | Description | |
---|---|---|
![]() | OdeImplicitRungeKutta5 | Initializes a new instance of the OdeImplicitRungeKutta5 class. |
![]() | OdeImplicitRungeKutta5(OdeFunction, Int32) | Initializes a new instance of the OdeImplicitRungeKutta5 class. |
![]() | OdeImplicitRungeKutta5(OdeFunction, OdeJacobian, Int32) | Initializes a new instance of the OdeImplicitRungeKutta5 class. |
Name | Description | |
---|---|---|
![]() | AbsTol |
An absolute error tolerance parameter
(Inherited from xOdeBase) |
![]() | AbsTolArray |
An absolute error tolerance array (length numEquations).
(Inherited from xOdeBase) |
![]() | ErrorToleranceType |
Specifies the type of the relative error and absolute error tolerances.
(Inherited from xOdeBase) |
![]() | RelTol |
A relative error tolerance parameter.
(Inherited from xOdeBase) |
![]() | RelTolArray |
A relative error tolerance array ( length numEquations).
(Inherited from xOdeBase) |
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, OdeJacobian, Int32) | Method that initialize the ODE to solve. |
![]() | InitializeODEs(OdeFunction, Int32, Double, Double) |
Method that initialize the ODE to solve.
(Overrides xOdeBaseInitializeODEs(OdeFunction, Int32, Double, Double)) |
![]() | InitializeODEs(OdeFunction, OdeJacobian, Int32, Double, Double) | Method that initialize the ODE to solve. |
![]() | SetInitialValues |
Sets the initial values for the differential equations.
(Inherited from xOdeBase) |
![]() | Solve(Double, Double) |
Computes the solution of the differntial equations.
(Inherited from xBaseOdeRungeKutta) |
![]() | Solve(Double, Double, OdeSolution) |
Computes the solution of the differntial equations.
(Inherited from xBaseOdeRungeKutta) |
![]() | Solve(Double, Double, Double, Double) |
Computes the solution of the differntial equations.
(Inherited from xBaseOdeRungeKutta) |
![]() | Solve(Double, Double, Double, Double, OdeSolution) |
Computes the solution of the differntial equations.
(Inherited from xBaseOdeRungeKutta) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |