![]() |
Cadabra
Computer algebra system for field theory problems
|
#include "pythoncdb/py_ex.hh"#include "pythoncdb/py_helpers.hh"#include "Bridge.hh"#include "algorithms/collect_terms.hh"#include "Exceptions.hh"Functions | |
| void | pull_in (std::shared_ptr< Ex > ex, Kernel *kernel) |
| Replace any objects of the form '@(...)' in the expression tree by the python expression '...' if it exists. | |
| void | run_python_functions (std::shared_ptr< Ex > ex, Kernel *kernel) |
| Run all functions in the given expression which are available in the Python scope. | |