Changeset cd8141 in git
- Timestamp:
- Jul 3, 2012, 5:31:11 PM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'ad2543eab51733612ba7d118afc77edca719600e')
- Children:
- 9e472371c48294d093be833766189740f0ddd8f0
- Parents:
- 9d6bf4c232dfd7e208a329a66a8aa03d78ab8f5a
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2012-07-03 17:31:11+02:00
- git-committer:
- Martin Lee <martinlee84@web.de>2012-08-03 10:03:18+02:00
- Location:
- libfac
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libfac/charset/alg_factor.cc
r9d6bf4 rcd8141 164 164 DEBOUTLN(CERR, "sqrf_norm_sub: sqfreetest= ", sqfreetest); 165 165 } 166 else{ 166 else 167 { 167 168 DEBOUTMSG(CERR, "Starting SqrFreeTest(R)!"); 168 169 // Look at SqrFreeTest! … … 184 185 DEBOUTLN(CERR, "SqrFreeTest(R)= ", sqfreetest); 185 186 } 186 if ( ! sqfreetest ){ 187 if ( ! sqfreetest ) 188 { 187 189 myrandom.next(); 188 190 DEBOUTLN(CERR, "sqrf_norm_sub generated new myrandom item: ", myrandom.item()); … … 214 216 215 217 // Norm, resultante taken with respect to y 216 while ( !sqfreetest ){ 218 while ( !sqfreetest ) 219 { 217 220 DEBOUTLN(CERR, "sqrf_norm_sub: Palpha= ", Palpha); 218 221 R = resultante(Palpha, g, y); R= R* bCommonDen(R); -
libfac/factor/Factor.cc
r9d6bf4 rcd8141 52 52 * ( in factorize, alpha.level() must be < 0 ) 53 53 */ 54 static 54 55 CFFList factorize2 ( const CanonicalForm & f, 55 56 const Variable & alpha, const CanonicalForm & mipo )
Note: See TracChangeset
for help on using the changeset viewer.