Expand description
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.
- Iterator
Mut - A sparse iterator allowing mutation.
Enums§
- Variant
- A variant of a compressed matrix.