Function symbolic_polynomials::reduce [] [src]

pub fn reduce<I, C, P>(
    polynomial: &Polynomial<I, C, P>,
    values: &HashMap<I, C>
) -> Polynomial<I, C, P> where
    I: Id,
    C: Coefficient,
    P: Power

Reduces the polynomial, given the variable assignments provided.