Ode Implicit Runge Kutta 5 Class
Definition
Namespace: DotNumerics.ODE
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public sealed class OdeImplicitRungeKutta5 : xBaseOdeRungeKuttaVB
Public NotInheritable Class OdeImplicitRungeKutta5
Inherits xBaseOdeRungeKutta- Inheritance
- Object xOdeBase xBaseOdeRungeKutta OdeImplicitRungeKutta5
Constructors
| OdeImplicitRungeKutta5 | |
| OdeImplicitRungeKutta5(OdeFunction, Int32) | |
| OdeImplicitRungeKutta5(OdeFunction, OdeJacobian, Int32) |
Properties
| AbsTol | (Inherited from xOdeBase) |
| AbsTolArray | (Inherited from xOdeBase) |
| ErrorToleranceType | (Inherited from xOdeBase) |
| RelTol | (Inherited from xOdeBase) |
| RelTolArray | (Inherited from xOdeBase) |
Methods
Fields
Extension Methods
| GetEnumNames | (Defined by General) |
| IsValidDouble | (Defined by General) |