| library: libMathMore #include "Polynomial.h"
 | 
ROOT::Math::Polynomial
class description - source file - inheritance tree (.pdf)
    public:
                    ROOT::Math::Polynomial Polynomial(unsigned int n)
                    ROOT::Math::Polynomial Polynomial(const ROOT::Math::Polynomial&)
                                      void ~Polynomial()
         virtual ROOT::Math::IGenFunction* Clone() const
      const vector<std::complex<double> >& FindRoots() const
                            virtual double Gradient(double x)
                            virtual double operator()(double x)
                            virtual double operator()(double x, const vector<double>& p)
                   ROOT::Math::Polynomial& operator=(const ROOT::Math::Polynomial&)
             virtual const vector<double>& ParameterGradient(double x) const
    private:
                       unsigned int fOrder           
                     vector<double> fDerived_params  
      vector<std::complex<double> > fRoots           
 Created by: Lorenzo Moneta  at Wed Nov 10 17:46:19 2004
 Last update: Wed Nov 10 17:46:19 2004
Inline Functions
                                        void ~Polynomial()
                      ROOT::Math::Polynomial Polynomial(unsigned int n)
                                      double operator()(double x)
                                      double operator()(double x, const vector<double>& p)
                                      double Gradient(double x)
                       const vector<double>& ParameterGradient(double x) const
        const vector<std::complex<double> >& FindRoots() const
                   ROOT::Math::IGenFunction* Clone() const
                      ROOT::Math::Polynomial Polynomial(const ROOT::Math::Polynomial&)
                     ROOT::Math::Polynomial& operator=(const ROOT::Math::Polynomial&)
Last update: root/mathmore:$Name:  $:$Id: Polynomial.h,v 1.2 2005/09/19 13:06:53 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.