matrixcompare_mock

Function sparse_matrix_strategy

Source
pub fn sparse_matrix_strategy<T, S>(
    rows: impl Strategy<Value = usize>,
    cols: impl Strategy<Value = usize>,
    strategy: S,
) -> impl Strategy<Value = MockSparseMatrix<T>>
where T: Debug, S: Clone + Strategy<Value = T>,