Equation System Solver.Right Hand Side Property
Gets or sets the right-hand side of the system of equations.
Definition
Namespace: Extreme.Mathematics.EquationSolvers
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A vector.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public Vector<double> RightHandSide { get; set; }
Property Value
Vector<Double>A vector.
Exceptions
Argument | The value is null. |