CMS 3D CMS Logo

Public Types | Static Public Member Functions

funct::NumPower< n, m, false > Struct Template Reference

#include <SimplifyNumerical.h>

List of all members.

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 77 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 78 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 > &   
) [inline, static]

Definition at line 79 of file SimplifyNumerical.h.

   { return type(); }