#include <SimplifyProduct.h>
Public Types | |
typedef Power< A, B >::type | arg1 |
typedef Power< A, C >::type | arg2 |
typedef ProductStruct< arg1, arg2 > | type |
Static Public Member Functions | |
static type | combine (const arg1 &_1, const arg2 &_2) |
Definition at line 113 of file SimplifyProduct.h.
typedef Power< A , B >::type funct::SimplifyPowerProduct< A, B, C, parametric >::arg1 |
Definition at line 114 of file SimplifyProduct.h.
typedef Power< A , C >::type funct::SimplifyPowerProduct< A, B, C, parametric >::arg2 |
Definition at line 115 of file SimplifyProduct.h.
typedef ProductStruct< arg1 , arg2 > funct::SimplifyPowerProduct< A, B, C, parametric >::type |
Definition at line 116 of file SimplifyProduct.h.
|
inlinestatic |
Definition at line 117 of file SimplifyProduct.h.