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