xor_mat_mat

Function xor_mat_mat 

Source
pub fn xor_mat_mat(
    a: &impl MatTraitConst,
    b: &impl MatTraitConst,
) -> Result<MatExpr>