OdeAdamsMoulton(OdeFunction, Int32) Constructor |
Initializes a new instance of the OdeAdamsMoulton class.
Namespace: DotNumerics.ODEAssembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public OdeAdamsMoulton(
OdeFunction function,
int numEquations
)
Public Sub New (
function As OdeFunction,
numEquations As Integer
)
Request Example
View SourceParameters
- function OdeFunction
- A function that evaluates the right side of the differential equations.
- numEquations Int32
- The number of differential equations.
See Also