Matrix<T>.Read
            
            
            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.1.5
    C#
    
 
 
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public virtual ReadOnlySpan2D<T> ReadOnlyStorage { get; }