CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Static Public Member Functions
funct::Derivative< X, PowerStruct< A, Numerical< n > > > Struct Template Reference

#include <Derivative.h>

Public Types

typedef Product< typename
Product< Numerical< n >
, typename Power< A, Numerical
< n-1 > >::type >::type,
typename Derivative< X, A >
::type >::type 
type
 

Static Public Member Functions

static type get (const PowerStruct< A, Numerical< n > > &_)
 

Detailed Description

template<typename X, int n, typename A>
struct funct::Derivative< X, PowerStruct< A, Numerical< n > > >

Definition at line 76 of file Derivative.h.

Member Typedef Documentation

template<typename X , int n, typename A >
typedef Product< typename Product< Numerical< n > , typename Power< A , Numerical< n - 1 > >::type >::type , typename Derivative< X , A >::type >::type funct::Derivative< X, PowerStruct< A, Numerical< n > > >::type

Definition at line 76 of file Derivative.h.

Member Function Documentation

template<typename X , int n, typename A >
static type funct::Derivative< X, PowerStruct< A, Numerical< n > > >::get ( const PowerStruct< A, Numerical< n > > &  _)
inlinestatic