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