Matrix<T>.ToMemory2D Method

Gets the elements of the matrix.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Memory2D<T> ToMemory2D()

Return Value

Memory2D<T>
A 2D memory block that contains a copy of the elements of the matrix.

See Also