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