Cadabra
Computer algebra system for field theory problems
Loading...
Searching...
No Matches
py_progress.hh
Go to the documentation of this file.
1#pragma once
2
3#include <pybind11/pybind11.h>
4
6
7namespace cadabra {
8
9 pybind11::list ProgressMonitor_totals_helper(ProgressMonitor& self);
10 ProgressMonitor *get_progress_monitor();
11
12 void init_progress_monitor(pybind11::module& m);
13
14 }
Functions to handle the exchange properties of two or more symbols in a product.
Definition Adjform.cc:83
py::list ProgressMonitor_totals_helper(ProgressMonitor &self)
Definition py_progress.cc:9
ProgressMonitor * get_progress_monitor()
Definition py_progress.cc:18
void init_progress_monitor(py::module &m)
Definition py_progress.cc:43