DistributedProvider.GetVectorFunctions<T> Method

Gets the provider's platform implementation of vector functions for the specified element type.

Definition

Namespace: Numerics.NET.Distributed
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public abstract IArrayFunctions<T, int, Memory<T>> GetVectorFunctions<T>()
where T : struct, new()

Type Parameters

T
The element type of the operations.

Return Value

IArrayFunctions<T, Int32, Memory<T>>
An object that implements element-wise functions for arrays with element type T for the platform.

See Also