Functions§
- linear_
weight - Calculates the interpolation weight between
x1
andx2
for a valuex
. - linear_
weighting - pos_
search - quad_
polynomial - Evaluates the quadratic Lagrange polynomial defined by three points.
- quadratic_
interpolation - Performs quadratic interpolation for the point
x
given vectors of abscissasxs
and ordinatesys
.