EquationSystemSolver.Result Property

Gets the result of an algorithm after it has executed.

Definition

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

Property Value

Object
A dense vector containing the approximate solution.

See Also