[SCM] GiNaC -- a C++ library for symbolic computations branch, ginac_1-4, updated. release_1-4-0-51-g9968ebf
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, ginac_1-4 has been updated via 9968ebfc60c121b8373f270d79f08d85ca37ccb5 (commit) via 65196b339fbcc7d0e2eb3036fa64e5fa47b56379 (commit) from 314595d10b4a4471bd4637a9038b18dde4780513 (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 9968ebfc60c121b8373f270d79f08d85ca37ccb5 Author: Jens Vollinga <jensv@nikhef.nl> Date: Wed Jun 25 11:17:55 2008 +0200 Make the behaviour of class function more consistent with respect to ncmul::eval(). [V.Kisil] commit 65196b339fbcc7d0e2eb3036fa64e5fa47b56379 Author: Jens Vollinga <jensv@nikhef.nl> Date: Tue Jun 24 21:26:58 2008 +0200 Improve heur_gcd() so it can handle rational polynomials, and add a test case. Previously heur_gcd() worked only with integer polynomials, and did not check if the inputs are indeed integer polynomials. That lead to an endless loop or a miscomputed gcd. [A.Sheplyakov] ----------------------------------------------------------------------- Summary of changes: check/Makefile.am | 4 ++ check/exam_clifford.cpp | 17 ++++++++ check/heur_gcd_bug.cpp | 39 +++++++++++++++++++ ginac/clifford.cpp | 11 ++++- ginac/function.pl | 11 +++++ ginac/normal.cpp | 96 ++++++++++++++++++++++++++++++++++++++-------- 6 files changed, 158 insertions(+), 20 deletions(-) create mode 100644 check/heur_gcd_bug.cpp hooks/post-receive -- GiNaC -- a C++ library for symbolic computations
participants (1)
-
git@ginac.de