VectorConvergenceTest<T>.ValueVector 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.0
C#
public Vector<T> ValueVector { get; set; }

Property Value

Vector<T>
A vector.

See Also