Module sprs::array_backend

source ·
Expand description

Fixed size arrays usable for sparse matrices.

Mainly useful to create a sparse matrix view over a sparse vector without allocation.

Structs

  • Wrapper around a size 2 array, with Deref implementation.