Expand description
Sparsity patterns for CSR and CSC matrices.
Structs§
- Sparsity
Pattern - A representation of the sparsity pattern of a CSR or CSC matrix.
- Sparsity
Pattern Iter - Iterator type for iterating over entries in a sparsity pattern.
Enums§
- Sparsity
Pattern Format Error - Error type for
SparsityPattern
format errors.