// @(#)root/mathcore:$Name: $:$Id: IParamFunctionfwd.h,v 1.4 2006/12/06 15:08:52 moneta Exp $ // Author: L. Moneta Tue Nov 14 14:38:52 2006 /********************************************************************** * * * Copyright (c) 2006 LCG ROOT Math Team, CERN/PH-SFT * * * * * **********************************************************************/ // Forward declarations for template class IParamFunction class #ifndef ROOT_Math_IParamFunctionfwd #define ROOT_Math_IParamFunctionfwd #ifndef ROOT_Math_IFunctionfwd #include "Math/IFunctionfwd.h" #endif namespace ROOT { namespace Math { template class IParametricFunction; template class IParametricGradFunction; typedef IParametricFunction IParamFunction; typedef IParametricFunction IParamMultiFunction; typedef IParametricGradFunction IParamGradFunction; typedef IParametricGradFunction IParamMultiGradFunction; } // end namespace Math } // end namespace ROOT #endif /* ROOT_Math_IParamFunctionfwd */