![]()  | 
  
    Cadabra
    
   Computer algebra system for field theory problems 
   | 
 
#include <pybind11/pybind11.h>#include <memory>Go to the source code of this file.
Namespaces | |
| namespace | cadabra | 
| Functions to handle the exchange properties of two or more symbols in a product.  | |
Functions | |
| py::object | cadabra::get_locals () | 
| py::object | cadabra::get_globals () | 
| std::string | cadabra::install_prefix_of_module () | 
Get the installation prefix of the binary cadabra2 module, typically something like /usr/lib/pythonX.YY/site-packages/.   | |
| bool | cadabra::scope_has (const pybind11::dict &dict, const std::string &obj) | 
| Determine whether the given python scope contains a variable with the given name.   | |
| std::string | cadabra::read_manual (pybind11::module &m, const char *category, const char *name) | 
| Return the manual page for the category ("property"/"algorithm") and given name.   | |