 |
Cadabra
Computer algebra system for field theory problems
|
Go to the documentation of this file.
25 typedef std::multimap<hashval_t, sibling_iterator>
term_hash_t;
Ex::sibling_iterator sibling_iterator
Definition: Algorithm.hh:72
term_hash_t::iterator term_hash_iterator_t
Definition: collect_terms.hh:26
virtual bool can_apply(iterator)
Definition: collect_terms.cc:11
virtual result_t apply(iterator &)
Definition: collect_terms.cc:52
void fill_hash_map(iterator)
Definition: collect_terms.cc:18
Definition: collect_terms.hh:12
term_hash_t term_hash
Definition: collect_terms.hh:28
collect_terms(const Kernel &, Ex &)
Definition: collect_terms.cc:6
Ex::iterator iterator
Definition: Algorithm.hh:70
Definition: Algorithm.hh:59
Functions to handle the exchange properties of two or more symbols in a product.
Definition: Adjform.cc:83
Definition: Storage.hh:141
void remove_zeroed_terms(sibling_iterator, sibling_iterator)
Definition: collect_terms.cc:32
result_t
Keeping track of what algorithms have done to this expression.
Definition: Storage.hh:160
std::multimap< hashval_t, sibling_iterator > term_hash_t
Definition: collect_terms.hh:25
result_t collect_from_hash_map()
Definition: collect_terms.cc:78