Sundance::TakeConstantUnderIntegralSign Class Reference

Inheritance diagram for Sundance::TakeConstantUnderIntegralSign:

Sundance::ProductTransformation Sundance::SymbolicTransformation Sundance::ObjectWithClassVerbosity< SymbolicTransformation > Playa::ObjectWithVerbosity

List of all members.

Public Member Functions

 TakeConstantUnderIntegralSign ()
virtual ~TakeConstantUnderIntegralSign ()
virtual bool doTransform (const RCP< ScalarExpr > &left, const RCP< ScalarExpr > &right, RCP< ScalarExpr > &rtn) const


Detailed Description

Rearrange a product of a constant and an integral so that the constant is under the integral sign:

\[ \alpha \int u \rightarrow \int \alpha u \]

Definition at line 361 of file SundanceStdProductTransformations.hpp.


Constructor & Destructor Documentation

Sundance::TakeConstantUnderIntegralSign::TakeConstantUnderIntegralSign (  )  [inline]

Definition at line 365 of file SundanceStdProductTransformations.hpp.

virtual Sundance::TakeConstantUnderIntegralSign::~TakeConstantUnderIntegralSign (  )  [inline, virtual]

Definition at line 368 of file SundanceStdProductTransformations.hpp.


Member Function Documentation

bool TakeConstantUnderIntegralSign::doTransform ( const RCP< ScalarExpr > &  left,
const RCP< ScalarExpr > &  right,
RCP< ScalarExpr > &  rtn 
) const [virtual]

Site Contact