25 typedef std::multimap<hashval_t, sibling_iterator>
term_hash_t;
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
term_hash_t::iterator term_hash_iterator_t
Definition collect_terms.hh:26
void remove_zeroed_terms(sibling_iterator, sibling_iterator)
Definition collect_terms.cc:32
virtual result_t apply(iterator &)
Definition collect_terms.cc:52
result_t collect_from_hash_map()
Definition collect_terms.cc:78
void fill_hash_map(iterator)
Definition collect_terms.cc:18
term_hash_t term_hash
Definition collect_terms.hh:28
virtual bool can_apply(iterator)
Definition collect_terms.cc:11
collect_terms(const Kernel &, Ex &)
Definition collect_terms.cc:6
std::multimap< hashval_t, sibling_iterator > term_hash_t
Definition collect_terms.hh:25
Functions to handle the exchange properties of two or more symbols in a product.
Definition Adjform.cc:83