VectorConvergenceTest<T>.ValueVector Property

Gets or sets the vector used to calculate the relative error.

Definition

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

Property Value

Vector<T>
A vector.

See Also