DistributedMatrix<T>.NativeStorage Property

Gets the native storage for the matrix.

Definition

Namespace: Numerics.NET.Distributed
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Memory2D<T> NativeStorage { get; }

Property Value

Memory2D<T>

See Also