Matrix<T>.ToArray2D Method

Gets the elements of the matrix.

Definition

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

Return Value

Array2D<T>
An array of values that contains a copy of the elements of the matrix.

See Also