Module matrix::format::compressed
[−]
[src]
The compressed format.
The format is suitable for generic sparse matrices. The format has two variants:
- the compressed-column variant or
- the compressed-row variant.
Structs
| Compressed |
A compressed matrix. |
| Iterator |
A sparse iterator. |
| IteratorMut |
A sparse iterator allowing mutation. |
Enums
| Variant |
A variant of a compressed matrix. |