IterationStatus Enumeration |
Iterative Calculation Status
Namespace: Altaxo.Calc.LinearAlgebra.SolversAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic enum IterationStatus
Members| Member name | Value | Description |
|---|
| Continue | 0 | |
| Converged | 1 | |
| Diverged | 2 | |
| StoppedWithoutConvergence | 3 | |
| Cancelled | 4 | |
| Failure | 5 | |
See Also