Changeset af221ea in git
- Timestamp:
- Jun 25, 2011, 2:30:51 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- f0767093994fab690dbf3086af5fafdae097638d
- Parents:
- 5e1226f141996c2f2151d550d0e897ad75686b2b
- Location:
- libfac/charset
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libfac/charset/alg_factor.cc
r5e1226 raf221ea 178 178 } 179 179 else 180 testlist= factorize(R);180 testlist= Factorize(R); 181 181 DEBOUTLN(CERR, "testlist= ", testlist); 182 182 testlist.removeFirst(); -
libfac/charset/charset.cc
r5e1226 raf221ea 494 494 if ( degree(elem) > 1 ) // linear poly's are irreduzible 495 495 { 496 qs = factorize(elem);496 qs = Factorize(elem); 497 497 // remove a constant 498 498 if (qs.getFirst().factor().degree()==0) qs.removeFirst();
Note: See TracChangeset
for help on using the changeset viewer.