DistributedMatrix<T>.TryCreateDistributedCopy Method

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

Definition

Namespace: Numerics.NET.Distributed
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public bool TryCreateDistributedCopy()

Return Value

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

See Also