Distributed Matrix<T>.Native Storage Property
Gets the native storage for the matrix.
Definition
Namespace: Extreme.Mathematics.Distributed
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public NativeArray2D<T> NativeStorage { get; }