Cadabra
Computer algebra system for field theory problems
py_ntensor.hh
Go to the documentation of this file.
1 #pragma once
2 
3 namespace cadabra {
4 
5  void init_ntensor(pybind11::module& m);
6 
7 }
Functions to handle the exchange properties of two or more symbols in a product.
Definition: Adjform.cc:83
void init_ntensor(py::module &m)
Definition: py_ntensor.cc:7