The SparseVectorData<(Of <(T>)>) type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Clone |
Creates a deep copy of this sparse vector.
| |
| Equals | Overloaded. | |
| GetHashCode |
Computes the hash code for self.
(Overrides Object..::.GetHashCode()()().) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Operators
| Name | Description | |
|---|---|---|
| Equality |
Tests for equality of two sparse vector datas. The datas are equal
if they have the same nonzero elements.
| |
| Inequality |
Tests for inequality of two sparse vector datas. The datas are equal
if they have the same nonzero elements.
|