Click or drag to resize

IIterationStopCriterionTStatus Property

Gets the current calculation status.

Namespace: Altaxo.Calc.LinearAlgebra.Solvers
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
IterationStatus Status { get; }

Property Value

IterationStatus
Remarks
is not a legal value. Status should be set in DetermineStatus(Int32, VectorT, VectorT, VectorT) implementation.
See Also