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

Property Value

Vector<T>
A vector.

See Also