DenseVector<T>.ToArray Method

Gets the elements of this dense vector.

Definition

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

Return Value

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

Remarks

This method always returns a copy of the elements.

See Also