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

Return Value

Vector<T>
The local copy of the vector.

See Also