Matrix<T>.Read Only Storage Property
If available, gets a read-only 2D span over the elements of the matrix.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public virtual ReadOnlySpan2D<T> ReadOnlyStorage { get; }