DistributedMatrix<T>.GatherAndDestroy Method

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

Definition

Namespace: Numerics.NET.Distributed
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
protected Matrix<T> GatherAndDestroy()

Return Value

Matrix<T>

See Also