Matrix<T>.Unsafe Storage Property
If available, gets a 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 Span2D<T> UnsafeStorage { get; }