haar_
lib
0.1.0
Module shift_
sampling_
points
Sections
References
Problems
Module Items
Functions
In haar_
lib::
math::
polynomial
haar_lib
::
math
::
polynomial
Module
shift_sampling_points
Copy item path
Source
Expand description
多項式の標本点シフト
§
References
https://suisen-cp.github.io/cp-library-cpp/library/polynomial/shift_of_sampling_points.hpp.html
§
Problems
https://judge.yosupo.jp/problem/shift_of_sampling_points_of_polynomial
Functions
§
shift_
sampling_
points
$N$次未満の多項式$f(x)$について、$f(0), f(1), \dots, f(N-1)$から$f(c), f(c + 1), \dots, f(c + M - 1)$を求める。