Algorithm(const Kernel &, Ex &)
Initialise the algorithm with a reference to the expression tree, but do not yet do anything with thi...
Definition Algorithm.cc:52
Ex::result_t result_t
Definition Algorithm.hh:65
Definition Storage.hh:170
Ex::iterator iterator
Definition ExManip.hh:12
virtual bool can_apply(iterator) override
Check if the expression is a sum with more than one term.
Definition factor_out.cc:23
std::vector< Ex > to_factor_out_t
Definition factor_out.hh:20
factor_out(const Kernel &, Ex &, Ex &, bool right)
Definition factor_out.cc:12
virtual result_t apply(iterator &) override
Definition factor_out.cc:29
to_factor_out_t to_factor_out
Definition factor_out.hh:21
bool to_right
Definition factor_out.hh:18
Functions to handle the exchange properties of two or more symbols in a product.
Definition Adjform.cc:83