Distributed Provider.Create Vector<T> Method
Constructs a new distributed vector.
Definition
Namespace: Numerics.NET.Distributed
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A distributed vector for the provider platform.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
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.