Click or drag to resize

Options Properties

The Options type exposes the following members.

Properties
 NameDescription
Public propertyAbsoluteToleranceGets or sets absolute error tolerance used in automatic step size calculations. Default is 1e-6.
Public propertyStatic memberDefaultGets default option set
Public propertyInitialStepGets or sets initial step for solution. Default value 0 means that initial step is computed automatically
Public propertyJacobianGets or sets a dense Jacobian matrix
Public propertyMaxScaleGets or sets maximal step scale factor.
Public propertyMaxStepGets or sets maximal step value.
Public propertyMinScaleGets or sets minimal step scale factor.
Public propertyMinStepGets or sets minimal step value.
Public propertyNumberOfIterationsGets or sets number of iterations in GearBDF method - isn't used in RK547M///
Public propertyOutputStepGets or sets step value in output solution. Default value 0 means than all points are included to output
Public propertyRelativeToleranceGets or sets relative error tolerance used in automatic step size calculations. Default is 1e-6.
Public propertySparseJacobianGets or sets a sparse Jacobian matrix
Top
See Also