Public Member Functions | |
| AssociateHungryDiffOpWithOperand () | |
| virtual | ~AssociateHungryDiffOpWithOperand () |
| virtual bool | doTransform (const RCP< ScalarExpr > &left, const RCP< ScalarExpr > &right, RCP< ScalarExpr > &rtn) const |
Transform a product by associating any hungry diff op in the left operand with the right operand:
Definition at line 215 of file SundanceStdProductTransformations.hpp.
Definition at line 219 of file SundanceStdProductTransformations.hpp.
| virtual Sundance::AssociateHungryDiffOpWithOperand::~AssociateHungryDiffOpWithOperand | ( | ) | [inline, virtual] |
Definition at line 222 of file SundanceStdProductTransformations.hpp.
| bool AssociateHungryDiffOpWithOperand::doTransform | ( | const RCP< ScalarExpr > & | left, |
| const RCP< ScalarExpr > & | right, | ||
| RCP< ScalarExpr > & | rtn | ||
| ) | const [virtual] |
Implements Sundance::ProductTransformation.
Definition at line 326 of file SundanceStdProductTransformations.cpp.
References Sundance::SymbolicTransformation::getScalar(), Sundance::Expr::handle(), Sundance::BinaryExpr::left(), Playa::Out::println(), Sundance::BinaryExpr::right(), SUNDANCE_OUT, and Playa::ObjectWithVerbosity::verb().