Class LagrangeInterpolator

Class Documentation

class LagrangeInterpolator

Public Functions

LagrangeInterpolator(const VecXd &x, double xi, int order)
double Interpolate(const VecXd &data)