library: libMathMore
#include "Interpolator.h"

ROOT::Math::Interpolator


class description - source file - inheritance tree (.pdf)

class ROOT::Math::Interpolator

Inheritance Chart:
ROOT::Math::Interpolator
    private:
ROOT::Math::Interpolator Interpolator(const ROOT::Math::Interpolator&) ROOT::Math::Interpolator& operator=(const ROOT::Math::Interpolator&) public:
ROOT::Math::Interpolator Interpolator(const vector<double>& x, const vector<double>& y, ROOT::Math::Interpolation::Type type = Interpolation::POLYNOMIAL) virtual void ~Interpolator() double Deriv(double x) const double Deriv2(double x) const double Eval(double x) const double Integ(double a, double b) const string TypeGet() const

Data Members

    private:
ROOT::Math::GSLInterpolator* fInterp

Class Description




Inline Functions


                             void ~Interpolator()
         ROOT::Math::Interpolator Interpolator(const vector<double>& x, const vector<double>& y, ROOT::Math::Interpolation::Type type = Interpolation::POLYNOMIAL)
         ROOT::Math::Interpolator Interpolator(const ROOT::Math::Interpolator&)
        ROOT::Math::Interpolator& operator=(const ROOT::Math::Interpolator&)
                           double Eval(double x) const
                           double Deriv(double x) const
                           double Deriv2(double x) const
                           double Integ(double a, double b) const
                           string TypeGet() const


Last update: root/mathmore:$Name: $:$Id: Interpolator.h,v 1.1 2005/09/18 17:33:47 brun Exp $


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.