Sparse Vector<T>.To Array Method
Gets the components of this dense vector.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
An array of values that contains the elements of the vector.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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 components.