EquationSystemSolver.LastCorrection Property

Gets the last correction to the solution of the system of equations.

Definition

Namespace: Numerics.NET.EquationSolvers
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
protected DenseVector<double> LastCorrection { get; }

Property Value

DenseVector<Double>
A dense vector that contains the correction to the solution in the last iteration.

See Also