Iterative Sparse Solver<T>.Right Hand Side Property
Gets or sets the right hand side of the system of equations.
Definition
Namespace: Extreme.Mathematics.LinearAlgebra.IterativeSolvers
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<T> RightHandSide { get; set; }
Property Value
Vector<T>A vector.