Distributed Vector<T>.Try Distribute Method
Definition
Namespace: Numerics.NET.Distributed
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Overload List
Try | Attempts to distribute the local copy of the data from the host or master to the device or worker nodes. |
Try | Distributes the data from a vector on the host or master to the device or worker nodes. |
TryDistribute
Attempts to distribute the local copy of the data from the host or master
to the device or worker nodes.
public bool TryDistribute()
Return Value
Booleantrue if the data was tranferred successfully; otherwise false.
TryDistribute(Vector<T>)
Distributes the data from a vector on the host or master to the device or worker nodes.