Gets or sets the vector used to calculate the relative error.
Namespace:
Extreme.Mathematics.Algorithms
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Vector<T> ValueVector { get; set; }
Public Property ValueVector As Vector(Of T)
Get
Set
public:
property Vector<T>^ ValueVector {
Vector<T>^ get ();
void set (Vector<T>^ value);
}
member ValueVector : Vector<'T> with get, set
Property Value
Type:
VectorTA vector.
Reference