Sparse |
Name | Description | |
---|---|---|
SparseVector(Int32) | Create a new sparse vector with the given length. All cells of the vector will be initialized to zero. | |
SparseVector(SparseVectorStorageSingle) | Create a new sparse vector straight from an initialized vector storage instance. The storage is used directly without copying. Intended for advanced scenarios where you're working directly with storage for performance or interop reasons. |