EquationSystemSolver.Result Property

Gets the result of an algorithm after it has executed.

Definition

Namespace: Extreme.Mathematics.EquationSolvers
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public override Object Result { get; }

Property Value

Object
A dense vector containing the approximate solution.

See Also