Module sprs::vec

source ·

Structs

  • A sparse vector, storing the indices of its non-zero data.
  • Hold the index of a non-zero element in the compressed storage
  • An iterator over the non zeros of either of two vector iterators, ordered, such that the sum of the vectors may be computed
  • An iterator over the non-zero elements of a sparse vector
  • An iterator over the mutable non-zero elements of a sparse vector

Enums

Traits

Type Definitions