Changeset 35eb6c in git for factory/cfModResultant.cc


Ignore:
Timestamp:
Jun 20, 2011, 11:06:11 AM (13 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
fe2d4cb34f289f4b0611d2b5ac416c7bc1b2c60a
Parents:
37cf8fb52819b7a47cb628349e0830bf986d039a
Message:
compute norm now modular
changed handling of On (SW_RATIONAL)
changed NTL zz_p initalizations in cfModResultant.cc


git-svn-id: file:///usr/local/Singular/svn/trunk@14289 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cfModResultant.cc

    r37cf8f r35eb6c  
    242242    return 0;
    243243
     244  zz_pBak bak;
     245  bak.save();
    244246  zz_p::init (getCharacteristic());
    245247  zz_pX NTLF= convertFacCF2NTLzzpX (F);
     
    248250  zz_p NTLResult= resultant (NTLF, NTLG);
    249251
     252  bak.restore();
    250253  return CanonicalForm (to_long (rep (NTLResult)));
    251254#else
Note: See TracChangeset for help on using the changeset viewer.