snarkvm_algorithms_cuda

Function polymul

Source
pub fn polymul<T: Clone>(
    domain: usize,
    polynomials: &Vec<Vec<T>>,
    evaluations: &Vec<Vec<T>>,
    zero: &T,
) -> Result<Vec<T>, Error>
Expand description

Compute a polynomial multiply