#include "Storage.hh"
#include <functional>
Go to the source code of this file.
|
| namespace | cadabra |
| | Functions to handle the exchange properties of two or more symbols in a product.
|
|
| typedef std::map< Ex::iterator, std::pair< multiplier_t, Ex::sibling_iterator >, Ex::iterator_base_less > | cadabra::equiv_map_t |
| | Given an ExNode iterator, find all expressions in its range which are equal up to a numerical multiplier.
|
| typedef std::function< bool(const Ex &, Ex::iterator, Ex::iterator)> | cadabra::equiv_fun_t |