CMS 3D CMS Logo

List of all members | Public Types | Static Public Member Functions
funct::SimplifySignedPower< n, A, positive > Struct Template Reference

#include <SimplifyPower.h>

Public Types

typedef PowerStruct< A, Numerical< n > > type
 

Static Public Member Functions

static type combine (const A &_1, const Numerical< n > &_2)
 

Detailed Description

template<int n, typename A, bool positive = (n>= 0)>
struct funct::SimplifySignedPower< n, A, positive >

Definition at line 39 of file SimplifyPower.h.

Member Typedef Documentation

template<int n, typename A, bool positive = (n>= 0)>
typedef PowerStruct< A , Numerical< n > > funct::SimplifySignedPower< n, A, positive >::type

Definition at line 40 of file SimplifyPower.h.

Member Function Documentation

template<int n, typename A, bool positive = (n>= 0)>
static type funct::SimplifySignedPower< n, A, positive >::combine ( const A _1,
const Numerical< n > &  _2 
)
inlinestatic

Definition at line 41 of file SimplifyPower.h.

44 {