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