Vector Convergence Test<T>.Value Vector Property
Gets or sets the vector used to calculate the relative error.
Definition
Namespace: Numerics.NET.Algorithms
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> ValueVector { get; set; }
Property Value
Vector<T>A vector.