#include <SimplifyProduct.h>
|
| COMBINE (typename Prod::AB, typename Prod::C, _1 *_2) |
|
typedef | PROD (typename Prod::AB, typename Prod::C) type |
|
template<typename Prod, bool simplify = Prod::value>
struct funct::AuxProduct< Prod, simplify >
Definition at line 168 of file SimplifyProduct.h.
template<typename Prod , bool simplify = Prod::value>
funct::AuxProduct< Prod, simplify >::COMBINE |
( |
typename Prod::AB |
, |
|
|
typename Prod::C |
, |
|
|
_1 * |
_2 |
|
) |
| |
template<typename Prod , bool simplify = Prod::value>
typedef funct::AuxProduct< Prod, simplify >::PROD |
( |
typename Prod::AB |
, |
|
|
typename Prod::C |
|
|
) |
| |