Module array_backend

Module 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ยง

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