test
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::SimplifyPowerProduct< A, B, C, parametric > Struct Template Reference

#include <SimplifyProduct.h>

Public Types

typedef Power< A, B >::type arg1
 
typedef Power< A, C >::type arg2
 
typedef ProductStruct< arg1, arg2type
 

Static Public Member Functions

static type combine (const arg1 &_1, const arg2 &_2)
 

Detailed Description

template<typename A, typename B, typename C, bool parametric = Parametric<A>::value>
struct funct::SimplifyPowerProduct< A, B, C, parametric >

Definition at line 113 of file SimplifyProduct.h.

Member Typedef Documentation

template<typename A, typename B, typename C, bool parametric = Parametric<A>::value>
typedef Power< A , B >::type funct::SimplifyPowerProduct< A, B, C, parametric >::arg1

Definition at line 114 of file SimplifyProduct.h.

template<typename A, typename B, typename C, bool parametric = Parametric<A>::value>
typedef Power< A , C >::type funct::SimplifyPowerProduct< A, B, C, parametric >::arg2

Definition at line 115 of file SimplifyProduct.h.

template<typename A, typename B, typename C, bool parametric = Parametric<A>::value>
typedef ProductStruct< arg1 , arg2 > funct::SimplifyPowerProduct< A, B, C, parametric >::type

Definition at line 116 of file SimplifyProduct.h.

Member Function Documentation

template<typename A, typename B, typename C, bool parametric = Parametric<A>::value>
static type funct::SimplifyPowerProduct< A, B, C, parametric >::combine ( const arg1 _1,
const arg2 _2 
)
inlinestatic

Definition at line 117 of file SimplifyProduct.h.

121 {