[SCM] GiNaC -- a C++ library for symbolic computations branch, master, updated. release_1-4-0-582-g26e9e28
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 26e9e289dd5e4f0790ee687d56db41b95dfe98f7 (commit) via a528cac19001a5beba9d54832b341ed84dc5bd53 (commit) via 3a7031219dabf8e5d15dc63ca4975c88e20abaec (commit) from 9e216f2fcbf44cdb56eef2eed383c300c7e97fb3 (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 26e9e289dd5e4f0790ee687d56db41b95dfe98f7 Author: Richard Kreckel <kreckel@ginac.de> Date: Fri Feb 17 23:32:19 2017 +0100 checks: prefer initializer lists over push_back on vectors. commit a528cac19001a5beba9d54832b341ed84dc5bd53 Author: Richard Kreckel <kreckel@ginac.de> Date: Wed Feb 15 12:58:48 2017 +0100 Clean up combinatorial helpers. * Convert all signatures from int to unsiged. * Renamed partition_generator to partition_with_zero_parts_generator... * ...and add class partition_generator which does not include zero parts. * Rename ::current() to ::get() and make them compute vectors on first use. commit 3a7031219dabf8e5d15dc63ca4975c88e20abaec Author: Richard Kreckel <kreckel@ginac.de> Date: Wed Feb 15 12:42:00 2017 +0100 Move combinatorial helpers from power.cpp to utils.h. This way, these can be used by other modules. ----------------------------------------------------------------------- Summary of changes: check/time_dennyfliegner.cpp | 7 +- check/time_gammaseries.cpp | 7 +- check/time_toeplitz.cpp | 9 +- check/time_vandermonde.cpp | 9 +- ginac/power.cpp | 188 +------------------------------------ ginac/utils.cpp | 13 +++ ginac/utils.h | 215 +++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 237 insertions(+), 211 deletions(-) hooks/post-receive -- GiNaC -- a C++ library for symbolic computations
participants (1)
-
git@ginac.de