solve_linear_diophantine

Function solve_linear_diophantine 

Source
pub fn solve_linear_diophantine<T>(
    a: T,
    b: T,
    c: T,
) -> Option<LinearDiophantineSolution<T>>
where T: Signed,
Expand description

Solve ax + by = c