DistributedMatrix<T>.TryCreateDistributedCopy Method

Attempts to ensure that a copy of the object exists on the device or child node.

Definition

Namespace: Extreme.Mathematics.Distributed
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public bool TryCreateDistributedCopy()

Return Value

Boolean
true if a distributed copy exists or was successfully created.

See Also