CMS 3D CMS Logo

List of all members | Public Types | Static Public Member Functions
funct::NumPower< n, m, false > Struct Template Reference

#include <SimplifyNumerical.h>

Public Types

typedef Fraction< 1, NumPower< n,-m >::type::value >::type type
 

Static Public Member Functions

static type combine (const Numerical< n > &, const Numerical< m > &)
 

Detailed Description

template<int n, int m>
struct funct::NumPower< n, m, false >

Definition at line 78 of file SimplifyNumerical.h.

Member Typedef Documentation

template<int n, int m>
typedef Fraction<1, NumPower<n, -m>::type::value>::type funct::NumPower< n, m, false >::type

Definition at line 79 of file SimplifyNumerical.h.

Member Function Documentation

template<int n, int m>
static type funct::NumPower< n, m, false >::combine ( const Numerical< n > &  ,
const Numerical< m > &   
)
inlinestatic

Definition at line 80 of file SimplifyNumerical.h.

81  { return type(); }
Fraction< 1, NumPower< n,-m >::type::value >::type type