Mondschein Engine
0.3.0
|
This class implements the Aitken-Neville interpolation algorithm. More...
#include <aitken_neville.h>
Public Member Functions | |
virtual float64 | interpolate (float64 _x) const |
Interpolate the polynomial. More... | |
![]() | |
virtual std::map< float64, float64 > | get_points () const |
Get the interpolation points. More... | |
This class implements the Aitken-Neville interpolation algorithm.
The Aitken_Neville class implements the Aitken-Neville polynomial interpolation algorithm.
Definition at line 37 of file aitken_neville.h.
Interpolate the polynomial.
_x | the interpolation location |
Implements mondschein::math::Pol_Int.
Definition at line 52 of file aitken_neville.cpp.