Click or drag to resize

SparseVectorDataT Methods

The SparseVectorDataT type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a deep copy of this sparse vector.
Public methodEquals(Object) Equality of sparse vector data. Sparse vector data objects are equal if they have the same nonzero elements.
(Overrides ObjectEquals(Object))
Public methodEquals(SparseVectorDataT) Equality of sparse vector data. Sparse vector data objects are equal if they have the same nonzero elements.
Public methodGetHashCode Computes the hash code for self.
(Overrides ObjectGetHashCode)
Protected methodSetData Sets the sparse vector data of self to the given values.
Top
See Also