Cadabra
Computer algebra system for field theory problems
Loading...
Searching...
No Matches
py_tableau.hh
Go to the documentation of this file.
1#pragma once
2
3#include <pybind11/pybind11.h>
4
5namespace cadabra {
6 void init_tableau(pybind11::module& m);
7}
Functions to handle the exchange properties of two or more symbols in a product.
Definition Adjform.cc:83
void init_tableau(pybind11::module &m)
Definition py_tableau.cc:27
void set(rset_t::iterator &num, multiplier_t fac)
Definition Storage.cc:1063