CMS 3D CMS Logo

funct::NthDerivative< n, X, F > Struct Template Reference

#include <PhysicsTools/Utilities/interface/NthDerivative.h>

List of all members.

Public Types

typedef Derivative< X,
typename NthDerivative< n-1,
X, F >::type >::type 
type

Static Public Member Functions

static type get (const F &f)


Detailed Description

template<unsigned n, typename X, typename F>
struct funct::NthDerivative< n, X, F >

Definition at line 9 of file NthDerivative.h.


Member Typedef Documentation

template<unsigned n, typename X, typename F>
typedef Derivative<X, typename NthDerivative<n - 1, X, F>::type>::type funct::NthDerivative< n, X, F >::type

Definition at line 10 of file NthDerivative.h.


Member Function Documentation

template<unsigned n, typename X, typename F>
static type funct::NthDerivative< n, X, F >::get ( const F &  f  )  [inline, static]

Definition at line 11 of file NthDerivative.h.

References f, and DBSPlugin::get().

00011                                          { 
00012         return derivative<X>(NthDerivative< n - 1, X, F>::get(f)); 
00013       }


The documentation for this struct was generated from the following file:
Generated on Tue Jun 9 18:47:02 2009 for CMSSW by  doxygen 1.5.4