Context to solve ordinary differential equations
Constructor | Description |
|
|
Full Usage:
OdeContext(?odeSolverMethod, ?odeSolverOptions)
Parameters:
OdeSolverMethod
?odeSolverOptions : OdeSolverOptions
Returns: OdeContext
|
|
Instance member | Description |
Full Usage:
this.OdeInt
Parameters:
float
y0 : float[]
model : float[] -> float -> float[]
Returns: seq<SolPoint>
|
|
Full Usage:
this.OdeInt
Parameters:
float
y0 : float
simpleModel : float -> float -> float
Returns: seq<SolPoint>
|
|
Full Usage:
this.RelativeErrorTolerance
Parameters:
float
|
|
Full Usage:
this.SetInitialStepSize
Parameters:
float
|
|
Full Usage:
this.SetStepSize
Parameters:
float
|
|