SparseCompressedColumnMatrix<T>.ToArray Method

Definition

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23

Overload List

ToArray() Gets the elements of the vector.
ToArray(MatrixElementOrder) Gets the elements of the vector.

ToArray(MatrixElementOrder)

Gets the elements of the vector.
C#
public override T[] ToArray(
	MatrixElementOrder elementOrder
)

Parameters

elementOrder  MatrixElementOrder
 

Return Value

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

See Also