Vector Convergence Test<T>.Error Vector Property
Gets or sets the vector that contains the error value.
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> ErrorVector { get; set; }
Property Value
Vector<T>A vector.