CMS 3D CMS Logo

List of all members | Public Types | Static Public Member Functions
funct::SimplifySTnProduct< A, B, parametric > Struct Template Reference

#include <SimplifyTrigonometric.h>

Public Types

typedef Product< typename Power< typename Cos< A >::type, B >::type, typename Power< typename Tan< A >::type, B >::type >::type type
 

Static Public Member Functions

static type combine (const PowerStruct< CosStruct< A >, B > &_1, const PowerStruct< TanStruct< A >, B > &_2)
 

Detailed Description

template<typename A, typename B, bool parametric = Parametric<A>::value || Parametric<B>::value>
struct funct::SimplifySTnProduct< A, B, parametric >

Definition at line 90 of file SimplifyTrigonometric.h.

Member Typedef Documentation

template<typename A, typename B, bool parametric = Parametric<A>::value || Parametric<B>::value>
typedef Product< typename Power< typename Cos< A >::type , B >::type , typename Power< typename Tan< A >::type , B >::type >::type funct::SimplifySTnProduct< A, B, parametric >::type

Definition at line 91 of file SimplifyTrigonometric.h.

Member Function Documentation

template<typename A, typename B, bool parametric = Parametric<A>::value || Parametric<B>::value>
static type funct::SimplifySTnProduct< A, B, parametric >::combine ( const PowerStruct< CosStruct< A >, B > &  _1,
const PowerStruct< TanStruct< A >, B > &  _2 
)
inlinestatic

Definition at line 92 of file SimplifyTrigonometric.h.

95 {