Function symbolic_polynomials::deduce_values [] [src]

pub fn deduce_values<I, C, P>(
    original_values: &Vec<(Polynomial<I, C, P>, C)>
) -> Result<HashMap<I, C>, String> where
    I: Id,
    C: Coefficient,
    P: Power

Automatically deduces the individual variable assignments based on the system of equations specified by the mapping of Polynomial to a constant value.