DistributedProvider.CreateVector<T> Method

Constructs a new distributed vector.

Definition

Namespace: Extreme.Mathematics.Distributed
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public DistributedVector<T> CreateVector<T>(
	int length
)

Parameters

length  Int32
The length of the vector.

Type Parameters

T
The element type.

Return Value

DistributedVector<T>
A distributed vector for the provider platform.

See Also