Sparse Vector<T>.To Sparse Vector Method
Creates a copy of the vector as a SparseVector<T>.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A SparseVector<T> with the same value as this instance.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public override SparseVector<T> ToSparseVector()
Return Value
SparseVector<T>A SparseVector<T> with the same value as this instance.