[][src]Module sprs::array_backend

Fixed size arrays usable for sparse matrices.

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

Structs

Array2

Wrapper around a size 2 array, with Deref implementation.