Matrix<T>.ToArray(MatrixElementOrder) Method

Gets the elements of the vector.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public virtual T[] ToArray(
	MatrixElementOrder elementOrder
)

Parameters

elementOrder  MatrixElementOrder
A MatrixElementOrder value that specifies whether the elements should be listed by row or by column.

Return Value

T[]
An array of values that contains the elements of the vector.

See Also