VectorConvergenceTest<T>.ErrorVector Property

Gets or sets the vector that contains the error value.

Definition

Namespace: Extreme.Mathematics.Algorithms
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Vector<T> ErrorVector { get; set; }

Property Value

Vector<T>
A vector.

See Also