Mondschein Engine  0.3.0
Public Member Functions | List of all members
mondschein::math::Aitken_Neville Class Reference

This class implements the Aitken-Neville interpolation algorithm. More...

#include <aitken_neville.h>

Inheritance diagram for mondschein::math::Aitken_Neville:
mondschein::math::Pol_Int

Public Member Functions

virtual float64 interpolate (float64 _x) const
 Interpolate the polynomial. More...
 
- Public Member Functions inherited from mondschein::math::Pol_Int
virtual std::map< float64,
float64
get_points () const
 Get the interpolation points. More...
 

Detailed Description

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.

Member Function Documentation

float64 Aitken_Neville::interpolate ( float64  _x) const
virtual

Interpolate the polynomial.

Parameters
_xthe interpolation location
Returns
the interpolated point

Implements mondschein::math::Pol_Int.

Definition at line 52 of file aitken_neville.cpp.


The documentation for this class was generated from the following files: