Changeset c8302b in git for libpolys/polys/clapsing.cc


Ignore:
Timestamp:
May 9, 2012, 10:52:48 AM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
75f10d0ac85a8bbe7d3c995ee023d8aaaf4a6c9b
Parents:
5c0bf0e51f96eb0ce4f2b693d76e67b7ab513d4e68a3479934a843315e00106eafa5f39066a82124
Message:
Merge pull request #103 from mmklee/factory_fixes_sw

Factory fixes sw
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/clapsing.cc

    r68a3479 rc8302b  
    501501}
    502502
    503 static int primepower(int c, const ring r)
    504 {
    505   int p=1;
    506   int cc=c;
    507   while(cc!= rChar(r)) { cc*=c; p++; }
    508   return p;
    509 }
    510 
    511503BOOLEAN count_Factors(ideal I, intvec *v,int j, poly &f, poly fac, const ring r)
    512504{
Note: See TracChangeset for help on using the changeset viewer.