#include <PhysicsTools/Utilities/interface/NthDerivative.h>
Public Types | |
typedef Derivative< X, typename NthDerivative< n-1, X, F >::type >::type | type |
Static Public Member Functions | |
static type | get (const F &f) |
Definition at line 9 of file NthDerivative.h.
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.
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 }