Base class for all algorithms, containing generic routines and in particular the logic for index clas...
Definition Algorithm.hh:54
Definition Storage.hh:170
result_t
Keeping track of what algorithms have done to this expression.
Definition Storage.hh:200
Ex::sibling_iterator sibling_iterator
Definition ExManip.hh:14
Ex::iterator iterator
Definition ExManip.hh:12
Integrate by parts away from the indicated derivative object.
Definition integrate_by_parts.hh:14
result_t handle_term(iterator, iterator &)
Definition integrate_by_parts.cc:101
Ex away_from
Definition integrate_by_parts.hh:42
virtual bool can_apply(iterator) override
Definition integrate_by_parts.cc:15
bool derivative_acting_on_arg(iterator der_it) const
Definition integrate_by_parts.cc:64
virtual result_t apply(iterator &) override
Definition integrate_by_parts.cc:21
bool int_and_derivative_related(iterator int_it, iterator der_it) const
Definition integrate_by_parts.cc:59
Ex wrap(iterator, sibling_iterator, sibling_iterator) const
Definition integrate_by_parts.cc:250
void split_off_single_derivative(iterator int_it, iterator der_it)
Definition integrate_by_parts.cc:80
Functions to handle the exchange properties of two or more symbols in a product.
Definition Adjform.cc:83
void set(rset_t::iterator &num, multiplier_t fac)
Definition Storage.cc:1179