DistributedProvider.CreateMatrix<T> Method

Constructs a new distributed matrix.

Definition

Namespace: Extreme.Mathematics.Distributed
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public DistributedMatrix<T> CreateMatrix<T>(
	int rowCount,
	int columnCount
)

Parameters

rowCount  Int32
The number of rows in the matrix.
columnCount  Int32
The number of columns in the matrix.

Type Parameters

T
The element type.

Return Value

DistributedMatrix<T>
A distributed matrix for the provider platform.

See Also