Module matrix::compressed [] [src]

The compressed storage.

The storage is suitable for generic sparse matrices. Data are stored in one of the following formats:

Structs

Compressed

A compressed matrix.

Iterator

A sparse iterator.

IteratorMut

A sparse iterator allowing mutation.

Enums

Format

A format of a compressed matrix.