Sparse |
The SparseVectorDataT type exposes the following members.
Name | Description | |
---|---|---|
BLOCK_SIZE | Resiziable arrays will be allocated in blocks this size. | |
entries_ | Non-zero entries of the sparse vector. | |
indices_ | Indices of the non-zero entries such that the ith non-zero entry has index indices_[i]. | |
numNonZero_ | Number of non-zero elements in the sparse vector. |