Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual SparseVector<T> ToSparseVector()
Public Overridable Function ToSparseVector As SparseVector(Of T)
public:
virtual SparseVector<T>^ ToSparseVector()
abstract ToSparseVector : unit -> SparseVector<'T>
override ToSparseVector : unit -> SparseVector<'T>
Return Value
Type:
SparseVectorTA
SparseVectorT with the same value as this instance.
Reference