[SCM] an open source computer algebra system branch, cleanedupstream, updated. 6125e540ca6d66c307958938a9d53b245507c323
Bernhard R. Link
brlink at debian.org
Tue Apr 24 15:55:02 UTC 2012
The following commit has been merged in the cleanedupstream branch:
commit 322d4ffdc36ff40d2b462e444b24a6167643c7d8
Author: Martin Lee <martinlee84 at web.de>
Date: Thu Feb 23 14:36:54 2012 +0100
chg: use NTL
diff --git a/factory/facHensel.cc b/factory/facHensel.cc
index 0f95441..aedbc8b 100644
--- a/factory/facHensel.cc
+++ b/factory/facHensel.cc
@@ -426,7 +426,7 @@ diophantineHensel (const CanonicalForm & F, const CFList& factors,
{
setCharacteristic (p);
g= coeffE*j.getItem();
- g= mod (g, bufFactors[ii]);
+ g= modNTL (g, bufFactors[ii]);
setCharacteristic (0);
k.getItem() += g.mapinto()*modulus;
e -= mulNTL (g.mapinto()*modulus, l.getItem(), b);
--
an open source computer algebra system
More information about the debian-science-commits
mailing list