DistributedProvider.GetLinearAlgebra<T> Method

Gets the provider's platform implementation of linear algebra operations for the specified element type.

Definition

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

Type Parameters

T
The element type of the operations.

Return Value

ILinearAlgebraOperations<T, Memory<T>, Memory2D<T>>
An object that implements the linear algebra operations for arrays with element type T for the platform.

See Also