Changeset a25f7a7 in git
- Timestamp:
- Oct 10, 2012, 12:03:04 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 2df3610db1525b99bc5f170fb64ea83dc29d0ac6
- Parents:
- afbebe815ce0191aef7599e15334f3dca1757b2d
- git-author:
- Martin Lee <martinlee84@web.de>2012-10-10 12:03:04+02:00
- git-committer:
- Martin Lee <martinlee84@web.de>2012-10-24 12:26:22+02:00
- Location:
- factory
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/facFactorize.cc
rafbebe ra25f7a7 233 233 CFList Aeval, list, evaluation, bufEvaluation, bufAeval; 234 234 int factorNums= 1; 235 CanonicalForm bivarEval;236 235 CFList biFactors, bufBiFactors; 237 236 CanonicalForm evalPoly; … … 252 251 E.nextpoint(); 253 252 evalPoly= 0; 254 255 bivarEval= bufEvaluation.getLast();256 253 257 254 evaluationWRTDifferentSecondVars (bufAeval2, bufEvaluation, A); -
factory/facFqFactorize.cc
rafbebe ra25f7a7 2322 2322 int level; 2323 2323 int factorNums= 3; 2324 CanonicalForm bivarEval;2325 2324 CFList biFactors, bufBiFactors; 2326 2325 CanonicalForm evalPoly; … … 2385 2384 else if (fail && (i > 0)) 2386 2385 break; 2387 2388 bivarEval= bufEvaluation.getLast();2389 2386 2390 2387 evaluationWRTDifferentSecondVars (bufAeval2, bufEvaluation, A);
Note: See TracChangeset
for help on using the changeset viewer.