Cadabra
Computer algebra system for field theory problems
Toggle main menu visibility
Loading...
Searching...
No Matches
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.hh
cadabra
Functions to handle the exchange properties of two or more symbols in a product.
Definition
Adjform.cc:83
cadabra::ProgressMonitor_totals_helper
py::list ProgressMonitor_totals_helper(ProgressMonitor &self)
Definition
py_progress.cc:9
cadabra::get_progress_monitor
ProgressMonitor * get_progress_monitor()
Definition
py_progress.cc:18
cadabra::init_progress_monitor
void init_progress_monitor(py::module &m)
Definition
py_progress.cc:43
Generated by
1.17.0