Sparse Compressed Column Matrix<T>.To Array Method
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Overload List
ToArray() | Gets the elements of the vector. |
ToArray( | Gets the elements of the vector. |
ToArray(MatrixElementOrder)
Gets the elements of the vector.
public override T[] ToArray(
MatrixElementOrder elementOrder
)
Parameters
- elementOrder MatrixElementOrder
Return Value
T[]An array of values that contains the elements of the vector.