class ROOT::Math::IParametricFunctionMultiDim: public ROOT::Math::IBaseFunctionMultiDim, public ROOT::Math::IBaseParam


Documentation for the abstract class IBaseParam.
It defines the interface for dealing with the function parameters
This is used only for internal convinience, to avoid redefining the Parameter API
for the one and the multi-dim functions.
Concrete class should derive from ROOT::Math::IParamFunction and not from this class.

@ingroup  CppFunctions

Function Members (Methods)

 
    This is an abstract class, constructors will not be documented.
    Look at the header to check for available constructors.

public:
~IParametricFunctionMultiDim()
virtual ROOT::Math::IBaseFunctionMultiDim*ROOT::Math::IBaseFunctionMultiDim::Clone() const
virtual unsigned intROOT::Math::IBaseFunctionMultiDim::NDim() const
virtual unsigned intROOT::Math::IBaseParam::NPar() const
virtual doubleoperator()(const double* x, const double* p)
ROOT::Math::IParametricFunctionMultiDim&operator=(const ROOT::Math::IParametricFunctionMultiDim&)
virtual stringROOT::Math::IBaseParam::ParameterName(unsigned int i) const
virtual const double*ROOT::Math::IBaseParam::Parameters() const
virtual voidROOT::Math::IBaseParam::SetParameters(const double* p)

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

double operator()(const double* x, const double* p)
Evaluate function at a point x and for parameters p.
This method may be overloaded for better efficiencies by the users
For example the method could not change the internal parameters value kept in the derived class.
This behaviour is not defined and is left intentionally to the implementation of the derived classes


Author: L. Moneta Tue Nov 14 14:20:07 2006
Last update: root/mathcore:$Id: IParamFunction.h 21553 2007-12-21 10:55:46Z moneta $
Copyright (c) 2006 LCG ROOT Math Team, CERN/PH-SFT *

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.