Equation System Solver.Last Correction Property
Gets the last correction to the solution of the system of equations.
Definition
Namespace: Extreme.Mathematics.EquationSolvers
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A dense vector that contains the correction to the solution in the last iteration.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
protected DenseVector<double> LastCorrection { get; }
Property Value
DenseVector<Double>A dense vector that contains the correction to the solution in the last iteration.