Function shift_sampling_points

Source
pub fn shift_sampling_points<P: PrimeMod>(
    f: Vec<impl Into<ConstModInt<P>>>,
    c: u32,
    m: usize,
) -> Vec<ConstModInt<P>>
Expand description

$N$次未満の多項式$f(x)$について、$f(0), f(1), \dots, f(N-1)$から$f(c), f(c + 1), \dots, f(c + M - 1)$を求める。