boolean_matrix_product

Function boolean_matrix_product 

Source
pub fn boolean_matrix_product(
    b: &[Vec<bool>],
    c: &[Vec<bool>],
) -> Vec<Vec<bool>>
Expand description

Compute the boolean matrix product.