EquationSystemSolver.CurrentValue Property

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

Definition

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

Property Value

DenseVector<Double>
A dense vector.

See Also