EquationSystemSolver.CurrentValue Property

Gets or sets the value of the target functions at the current point.

Definition

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

Property Value

DenseVector<Double>
A dense vector.

See Also