Cadabra
Computer algebra system for field theory problems
py_packages.hh
Go to the documentation of this file.
1 #include <string>
2 #include <pybind11/pybind11.h>
3 
4 namespace cadabra {
9 
10  void compile_package(const std::string& in_name, const std::string& out_name);
11 
12  void init_packages(pybind11::module& m);
13  }
cadabra::compile_package
void compile_package(const std::string &in_name, const std::string &out_name)
Definition: py_packages.cc:10
cadabra
Functions to handle the exchange properties of two or more symbols in a product.
Definition: Algorithm.cc:1045
cadabra::init_packages
void init_packages(pybind11::module &m)
Definition: py_packages.cc:35