Public Member Functions | |
void | bvisit (const Mul &x) |
void | bvisit (const Pow &x) |
void | bvisit (const OneArgFunction &x) |
void | bvisit (const Basic &x) |
void | bvisit (const Add &x) |
void | bvisit (const Mul &x) |
void | bvisit (const Pow &x) |
void | bvisit (const OneArgFunction &x) |
template<class T > | |
void | bvisit (const TwoArgBasic< T > &x) |
void | bvisit (const MultiArgFunction &x) |
void | bvisit (const Piecewise &x) |
![]() | |
virtual RCP< const Basic > | apply (const RCP< const Basic > &x) |
void | bvisit (const Basic &x) |
void | bvisit (const Add &x) |
void | bvisit (const Mul &x) |
void | bvisit (const Pow &x) |
void | bvisit (const OneArgFunction &x) |
template<class T > | |
void | bvisit (const TwoArgBasic< T > &x) |
void | bvisit (const MultiArgFunction &x) |
void | bvisit (const Piecewise &x) |
Private Member Functions | |
std::pair< RCP< const Basic >, RCP< const Basic > > | simplify_pow (const RCP< const Basic > &e, const RCP< const Basic > &b) |
Additional Inherited Members | |
![]() | |
RCP< const Basic > | result_ |
Definition at line 11 of file simplify.h.
|
inline |
Definition at line 20 of file simplify.h.
void SymEngine::TransformVisitor::bvisit | ( | const Add & | x | ) |
Definition at line 247 of file visitor.cpp.
void SymEngine::TransformVisitor::bvisit | ( | const Basic & | x | ) |
Definition at line 246 of file visitor.cpp.
void SymEngine::TransformVisitor::bvisit | ( | const Mul & | x | ) |
Definition at line 248 of file visitor.cpp.
void SymEngine::SimplifyVisitor::bvisit | ( | const Mul & | x | ) |
Definition at line 43 of file simplify.cpp.
void SymEngine::TransformVisitor::bvisit | ( | const MultiArgFunction & | x | ) |
Definition at line 264 of file visitor.cpp.
void SymEngine::TransformVisitor::bvisit | ( | const OneArgFunction & | x | ) |
Definition at line 250 of file visitor.cpp.
void SymEngine::SimplifyVisitor::bvisit | ( | const OneArgFunction & | x | ) |
Definition at line 7 of file simplify.cpp.
void SymEngine::TransformVisitor::bvisit | ( | const Piecewise & | x | ) |
Definition at line 265 of file visitor.cpp.
void SymEngine::TransformVisitor::bvisit | ( | const Pow & | x | ) |
Definition at line 249 of file visitor.cpp.
void SymEngine::SimplifyVisitor::bvisit | ( | const Pow & | x | ) |
Definition at line 14 of file simplify.cpp.
|
inline |
Definition at line 253 of file visitor.h.
|
private |
Definition at line 23 of file simplify.cpp.