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
5#include "../ProgressMonitor.hh"
6
7namespace cadabra {
8
11
12 void init_progress_monitor(pybind11::module& m);
13
14 }
Object keeping track of time spent in nested execution blocks, and keeping track of out-of-band messa...
Definition ProgressMonitor.hh:17
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
void set(rset_t::iterator &num, multiplier_t fac)
Definition Storage.cc:1063