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::ParametricSimplifiedSum< n, m, A, false > Struct Template Reference

#include <SimplifySum.h>

Public Types

typedef DecomposeProduct
< typename Product< Numerical
< n >, A >::type, A
Dec
 
typedef Product< Numerical< n+m >
, A >::type 
type
 

Static Public Member Functions

static type combine (const typename Product< Numerical< n >, A >::type &_1, const typename Product< Numerical< m >, A >::type &_2)
 

Detailed Description

template<int n, int m, typename A>
struct funct::ParametricSimplifiedSum< n, m, A, false >

Definition at line 65 of file SimplifySum.h.

Member Typedef Documentation

template<int n, int m, typename A >
typedef DecomposeProduct<typename Product< Numerical< n > , A >::type, A> funct::ParametricSimplifiedSum< n, m, A, false >::Dec

Definition at line 67 of file SimplifySum.h.

template<int n, int m, typename A >
typedef Product< Numerical< n + m > , A >::type funct::ParametricSimplifiedSum< n, m, A, false >::type

Definition at line 66 of file SimplifySum.h.

Member Function Documentation

template<int n, int m, typename A >
static type funct::ParametricSimplifiedSum< n, m, A, false >::combine ( const typename Product< Numerical< n >, A >::type _1,
const typename Product< Numerical< m >, A >::type _2 
)
inlinestatic

Definition at line 69 of file SimplifySum.h.

73 {