DistributedProvider.GetLinearAlgebra<T> Method

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

Definition

Namespace: Extreme.Mathematics.Distributed
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public abstract ILinearAlgebraOperations<T, NativeArraySlice<T>, NativeArray2D<T>> GetLinearAlgebra<T>()

Type Parameters

T
The element type of the operations.

Return Value

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

See Also