Cadabra
Computer algebra system for field theory problems
core
pythoncdb
py_progress.hh
Go to the documentation of this file.
1
#pragma once
2
3
#include <pybind11/pybind11.h>
4
5
#include "../ProgressMonitor.hh"
6
7
namespace
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
}
ProgressMonitor
Definition:
ProgressMonitor.hh:10
cadabra::get_progress_monitor
ProgressMonitor * get_progress_monitor()
Definition:
py_progress.cc:19
cadabra
Functions to handle the exchange properties of two or more symbols in a product.
Definition:
Adjform.cc:80
cadabra::init_progress_monitor
void init_progress_monitor(py::module &m)
Definition:
py_progress.cc:39
cadabra::ProgressMonitor_totals_helper
py::list ProgressMonitor_totals_helper(ProgressMonitor &self)
Definition:
py_progress.cc:9
Generated by
1.8.20