ODE solver options
Constructor | Description |
Full Usage:
OdeSolverOptions(?StepSize, ?RelativeTolerance, ?AutomaticStepSizeControl)
Parameters:
float
?RelativeTolerance : float
?AutomaticStepSizeControl : bool
Returns: OdeSolverOptions
|
|
Instance member | Description |
Full Usage:
this.AutomaticStepSizeControl
|
|
Full Usage:
this.RelativeTolerance
|
|
Full Usage:
this.StepSize
|