EquationSystemSolver.CurrentPoint Property

Gets or sets the current best approximation to the solution.

Definition

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

Property Value

DenseVector<Double>
A dense vector.

See Also