DistributedProvider.CreateVector<T> Method

Constructs a new distributed vector.

Definition

Namespace: Numerics.NET.Distributed
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public DistributedVector<T> CreateVector<T>(
	int length
)
where T : struct, new()

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