Ex::iterator iterator
Definition Algorithm.hh:70
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:47
Ex::sibling_iterator sibling_iterator
Definition Algorithm.hh:72
Ex::result_t result_t
Definition Algorithm.hh:73
Basic storage class for symbolic mathemematical expressions.
Definition Storage.hh:142
result_t handle_term(iterator, iterator &)
Definition integrate_by_parts.cc:100
Ex away_from
Definition integrate_by_parts.hh:42
virtual bool can_apply(iterator) override
Definition integrate_by_parts.cc:14
integrate_by_parts(const Kernel &, Ex &, Ex &)
Definition integrate_by_parts.cc:9
bool derivative_acting_on_arg(iterator der_it) const
Definition integrate_by_parts.cc:63
virtual result_t apply(iterator &) override
Definition integrate_by_parts.cc:20
bool int_and_derivative_related(iterator int_it, iterator der_it) const
Definition integrate_by_parts.cc:58
Ex wrap(iterator, sibling_iterator, sibling_iterator) const
Definition integrate_by_parts.cc:249
void split_off_single_derivative(iterator int_it, iterator der_it)
Definition integrate_by_parts.cc:79
Functions to handle the exchange properties of two or more symbols in a product.
Definition Adjform.cc:83