|
|
SparseT Constructor |
| Name | Description | |
|---|---|---|
| SparseT |
Creates a sparse vector with zero elements.
| |
| SparseT(Int32) |
Creates a sparse vector with the maximum number of elements.
| |
| SparseT(Int32, T) |
Creates a sparse vector from a vector of indices
and a vector of values occuring at those indices.
|