Expand description
Functionality for integrating nalgebra-sparse
with proptest
.
This module is only available if the proptest-support
feature is enabled.
The strategies provided here are generally expected to be able to generate the entire range of possible outputs given the constraints on dimensions and values. However, there are no particular guarantees on the distribution of possible values.
Functionsยง
- coo_
no_ duplicates - A strategy for producing COO matrices without duplicate entries.
- coo_
with_ duplicates - A strategy for producing COO matrices with duplicate entries.
- csc
- A strategy for generating CSC matrices.
- csr
- A strategy for generating CSR matrices.
- sparsity_
pattern - A strategy for generating sparsity patterns.