DistributedMatrix<T>.GatherAndDestroy Method

Destroys the distributed copy of the data and returns the local copy.

Definition

Namespace: Extreme.Mathematics.Distributed
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
protected Matrix<T> GatherAndDestroy()

Return Value

Matrix<T>

See Also