xOde Base 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 abstract class xOdeBaseVB
Public MustInherit Class xOdeBase- Inheritance
- Object xOdeBase
- Derived
Constructors
Properties
Methods
| CheckArguments | |
| CheckInitialization | |
| CheckTArray | |
| InitializeODEs(OdeFunction, Int32) | |
| InitializeODEs(OdeFunction, Int32, Double, Double) | |
| SetInitialValues |
Fields
| _AbsTol | |
| _AbsTolArray | |
| _Errors | |
| _ErrorToleranceType | |
| _InvokeInitializeODEs | |
| _InvokeSetInitialValues | |
| _IPar | |
| _ITolAdamsGears | |
| _ITolRK | |
| _IWork | |
| _Liw | |
| _Lrw | |
| _NEquations | |
| _RelTol | |
| _RelTolArray | |
| _RPar | |
| _RWork | |
| _T0 | |
| _Y | |
| _Y0 |
Extension Methods
| GetEnumNames | (Defined by General) |
| IsValidDouble | (Defined by General) |