Method | Description | |
---|---|---|
AbsoluteConvergence ( ) : System |
Initializes a new instance of the AbsoluteConvergence class.
|
|
AbsoluteConvergence ( int iterations, double tolerance ) : System |
Initializes a new instance of the AbsoluteConvergence class.
|
|
Clear ( ) : void |
Clears this instance.
|
public AbsoluteConvergence ( int iterations, double tolerance ) : System | ||
iterations | int | The maximum number of iterations which should be /// performed by the iterative algorithm. Setting to zero indicates there /// is no maximum number of iterations. Default is 0. |
tolerance | double | The maximum change in the watched value /// after an iteration of the algorithm used to detect convergence. /// Default is 0. |
return | System |