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.
|
Fields
| Name | Description | |
|---|---|---|
| BLOCK_SIZE |
Resiziable arrays will be allocated in blocks this size.
|
Properties
| Name | Description | |
|---|---|---|
| Entries |
Gets and set the non-zero entries.
| |
| Indices |
Gets and sets the non-zero entry's Indices.
| |
| Item |
Gets and sets the value at the given index.
| |
| NumberNonZero |
Gets an sets the number of non-zero elements.
|