EquationSystemSolver.CurrentPoint Property

Gets or sets the current best approximation to the solution.

Definition

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

Property Value

DenseVector<Double>
A dense vector.

See Also