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