DistributedVector<T>.GatherAndDestroy 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.0
C#
public Vector<T> GatherAndDestroy()

Return Value

Vector<T>
The local copy of the vector.

See Also