Function mul_matexpr_mat

Source
pub fn mul_matexpr_mat(
    e: &impl MatExprTraitConst,
    m: &impl MatTraitConst,
) -> Result<MatExpr>