DistributedMatrix<T>.Distribute Method

Definition

Namespace: Extreme.Mathematics.Distributed
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23

Overload List

Distribute() Distributes the local data from the host or master to the device or worker nodes.
Distribute(Matrix<T>) 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.
C#
public void Distribute()

Distribute(Matrix<T>)

Distributes the data from a matrix on the host or master to the device or worker nodes.
C#
public void Distribute(
	Matrix<T> matrix
)

Parameters

matrix  Matrix<T>
 

See Also