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

Property Value

Vector<Double>
A vector.

Exceptions

ArgumentNullExceptionThe value is null.

See Also