Skip to main content

poly_mul

Function poly_mul 

Source
pub fn poly_mul(a: &[f64], b: &[f64]) -> Vec<f64>
Expand description

Multiply two polynomials (convolution of coefficient arrays).