SparseT Properties |
The SparseT generic type exposes the following members.
Name | Description | |
---|---|---|
Indices |
Gets or sets the vector of indices indicating the location
of the non-zero elements contained in this sparse vector.
| |
Item |
Gets the the value stored at position i.
| |
Length |
Gets the maximum non-zero element index in the sparse vector.
| |
Values |
Gets or sets the vector of values indicating which non-zero
value happens at each position indicated in Indices.
|