DistributedMatrix<T>.NativeStorage 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#
public NativeArray2D<T> NativeStorage { get; }

Property Value

NativeArray2D<T>

See Also