CMS 3D CMS Logo

Public Types | Static Public Member Functions

funct::Ratio< Numerical< n >, Numerical< 1 > > Struct Template Reference

#include <SimplifyNumerical.h>

List of all members.

Public Types

typedef Numerical< ntype

Static Public Member Functions

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

Detailed Description

template<int n>
struct funct::Ratio< Numerical< n >, Numerical< 1 > >

Definition at line 37 of file SimplifyNumerical.h.


Member Typedef Documentation

template<int n>
typedef Numerical<n> funct::Ratio< Numerical< n >, Numerical< 1 > >::type

Definition at line 38 of file SimplifyNumerical.h.


Member Function Documentation

template<int n>
static type funct::Ratio< Numerical< n >, Numerical< 1 > >::combine ( const Numerical< n > &  ,
const Numerical< 1 > &   
) [inline, static]

Definition at line 39 of file SimplifyNumerical.h.

    { return type(); }