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, ProductStruct< A, B > > Struct Template Reference

#include <Derivative.h>

Public Types

typedef Sum< typename Product
< typename Derivative< X, A >
::type, B >::type, typename
Product< A, typename
Derivative< X, B >::type >
::type >::type 
type
 

Static Public Member Functions

static type get (const ProductStruct< A, B > &_)
 

Detailed Description

template<typename X, typename A, typename B>
struct funct::Derivative< X, ProductStruct< A, B > >

Definition at line 63 of file Derivative.h.

Member Typedef Documentation

template<typename X , typename A , typename B >
typedef Sum< typename Product< typename Derivative< X , A >::type , B >::type , typename Product< A , typename Derivative< X , B >::type >::type >::type funct::Derivative< X, ProductStruct< A, B > >::type

Definition at line 63 of file Derivative.h.

Member Function Documentation

template<typename X , typename A , typename B >
static type funct::Derivative< X, ProductStruct< A, B > >::get ( const ProductStruct< A, B > &  _)
inlinestatic