Options Class |
public class Options
The Options type exposes the following members.
Name | Description | |
---|---|---|
![]() | AbsoluteTolerance | Gets or sets absolute error tolerance used in automatic step size calculations. Default is 1e-6. |
![]() ![]() | Default | Gets default option set |
![]() | InitialStep | Gets or sets initial step for solution. Default value 0 means that initial step is computed automatically |
![]() | Jacobian | Gets or sets a dense Jacobian matrix |
![]() | MaxScale | Gets or sets maximal step scale factor. |
![]() | MaxStep | Gets or sets maximal step value. |
![]() | MinScale | Gets or sets minimal step scale factor. |
![]() | MinStep | Gets or sets minimal step value. |
![]() | NumberOfIterations | Gets or sets number of iterations in GearBDF method - isn't used in RK547M/// |
![]() | OutputStep | Gets or sets step value in output solution. Default value 0 means than all points are included to output |
![]() | RelativeTolerance | Gets or sets relative error tolerance used in automatic step size calculations. Default is 1e-6. |
![]() | SparseJacobian | Gets or sets a sparse Jacobian matrix |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |