haar_
lib
0.1.0
Module polynomial_
interpolation
Module Items
Functions
In haar_
lib::
math
haar_lib
::
math
Module
polynomial_interpolation
Copy item path
Source
Expand description
多項式補間
Functions
§
polynomial_
interpolation
$y_0 = f(x_0), \dots, y_{n-1} = f(x_{n-1})$を満たす多項式$f(x) = c_0 x^0 + c_1 x^1 + \dots + c_{n-1} x^{n-1}$を求める。