Equation System Solver.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.1.0
C#
A dense vector containing the approximate solution.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
public override Object Result { get; }
Property Value
ObjectA dense vector containing the approximate solution.