Distributed Matrix<T>.Distribute Method
Definition
Namespace: Numerics.NET.Distributed
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Overload List
Distribute() | Distributes the local data from the host or master to the device or worker nodes. |
Distribute( | Distributes the data from a matrix on the host or master to the device or worker nodes. |
Distribute
Distributes the local data from the host or master to the device or worker nodes.
public void Distribute()
Distribute(Matrix<T>)
Distributes the data from a matrix on the host or master to the device or worker nodes.