EquationSystemSolver.RightHandSide 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.0
C#
public Vector<double> RightHandSide { get; set; }

Property Value

Vector<Double>
A vector.

Exceptions

ArgumentNullException

The value is null.

See Also