Constant Vector<T>.Clone Data Method
If possible, gives this instance its own copy of its elements.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
public override void CloneData()
Remarks
A ConstantVector<T> object always has its own copy of the component data. Calling this method is not necessary.