This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GiNaC -- a C++ library for symbolic computations". The branch, master has been updated via 8bcb361ec7767e33ea9b92141a078827e3f3bb0d (commit) from 9b536005350ae3f722e23fc775b456cd8b72aa39 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 8bcb361ec7767e33ea9b92141a078827e3f3bb0d Author: Stefan Weinzierl <weinzierl@uni-mainz.de> Date: Sat Oct 10 17:11:09 2020 +0200 Added new routines for the numerical evaluation of iterated integrals like elliptic multiple polylogarithms or iterated integrals of modular forms. Changes to be committed: modified: check/CMakeLists.txt modified: check/Makefile.am new file: check/exam_inifcns_elliptic.cpp modified: doc/tutorial/ginac.texi modified: ginac/CMakeLists.txt modified: ginac/Makefile.am modified: ginac/ginac.h modified: ginac/inifcns.h new file: ginac/inifcns_elliptic.cpp new file: ginac/integration_kernel.cpp new file: ginac/integration_kernel.h new file: ginac/utils_multi_iterator.h modified: ginsh/ginsh_parser.ypp ----------------------------------------------------------------------- Summary of changes: check/CMakeLists.txt | 1 + check/Makefile.am | 4 + check/exam_inifcns_elliptic.cpp | 419 ++++++++ doc/tutorial/ginac.texi | 81 +- ginac/CMakeLists.txt | 4 + ginac/Makefile.am | 5 +- ginac/ginac.h | 2 + ginac/inifcns.h | 26 + ginac/inifcns_elliptic.cpp | 632 ++++++++++++ ginac/integration_kernel.cpp | 2146 +++++++++++++++++++++++++++++++++++++++ ginac/integration_kernel.h | 668 ++++++++++++ ginac/utils_multi_iterator.h | 1488 +++++++++++++++++++++++++++ ginsh/ginsh_parser.ypp | 121 +++ 13 files changed, 5593 insertions(+), 4 deletions(-) create mode 100644 check/exam_inifcns_elliptic.cpp create mode 100644 ginac/inifcns_elliptic.cpp create mode 100644 ginac/integration_kernel.cpp create mode 100644 ginac/integration_kernel.h create mode 100644 ginac/utils_multi_iterator.h hooks/post-receive -- GiNaC -- a C++ library for symbolic computations