Distributed Vector<T>.Gather And Destroy Method
Gathers the data from the device or worker nodes and destroys the distributed copy.
Definition
Namespace: Numerics.NET.Distributed
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The local copy of the vector.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public Vector<T> GatherAndDestroy()
Return Value
Vector<T>The local copy of the vector.