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