Distributed Provider.Get Matrix Functions<T> Method
Gets the provider's platform implementation of matrix functions for the specified element type.
Definition
Namespace: Extreme.Mathematics.Distributed
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
An object that implements element-wise functions for arrays with element type T for the platform.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public abstract IArrayFunctions<T, (int , int ), NativeArray2D<T>> GetMatrixFunctions<T>()
Type Parameters
- T
- The element type of the operations.
Return Value
IArrayFunctions<T, ValueTuple<Int32, Int32>, NativeArray2D<T>>An object that implements element-wise functions for arrays with element type T for the platform.