Matrix<T>.To Memory 2D Method
            
            
            Gets the elements of the matrix.
            
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
    C#
    
 
 
A 2D memory block that contains a copy of the elements of the matrix.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public Memory2D<T> ToMemory2D()Return Value
Memory2D<T>A 2D memory block that contains a copy of the elements of the matrix.