library: libMathMore
#include "Interpolator.h"

ROOT::Math::Interpolator


class description - header file
viewCVS header

class ROOT::Math::Interpolator

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

Display options:
Show inherited
Show non-public
public:
virtual~Interpolator()
doubleDeriv(double x) const
doubleDeriv2(double x) const
doubleEval(double x) const
doubleInteg(double a, double b) const
ROOT::Math::InterpolatorInterpolator(const vector<double>& x, const vector<double>& y, ROOT::Math::Interpolation::Type type = Interpolation::POLYNOMIAL)
stringTypeGet() const
private:
ROOT::Math::InterpolatorInterpolator(const ROOT::Math::Interpolator&)
ROOT::Math::Interpolator&operator=(const ROOT::Math::Interpolator&)

Data Members

private:
ROOT::Math::GSLInterpolator*fInterp

Class Description

Interpolator(const std::vector<double> & x, const std::vector<double> & y, Interpolation::Type type = Interpolation::POLYNOMIAL)
virtual ~Interpolator()
Interpolator(const Interpolator &)
 usually copying is non trivial, so we make this unaccessible
double Eval( double x )
double Deriv( double x )
double Deriv2( double x )
double Integ( double a, double b)
std::string TypeGet()

Last update: Tue Nov 21 09:01:04 2006


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.