Changeset 09609a in git
- Timestamp:
- Feb 1, 2012, 11:58:50 AM (11 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 1a3011e587832b2682cb4978c6d117754eaa2572
- Parents:
- f047b5699c750b79bcbb5667b7ddcdbfa672c26a
- git-author:
- Martin Lee <martinlee84@web.de>2012-02-01 11:58:50+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-10 14:16:44+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/facFqBivar.cc
rf047b5 r09609a 240 240 CFList 241 241 extFactorRecombination (CFList& factors, CanonicalForm& F, 242 const CanonicalForm& M, const ExtensionInfo& info,242 const CanonicalForm& N, const ExtensionInfo& info, 243 243 DegreePattern& degs, const CanonicalForm& eval, int s, 244 244 int thres) … … 256 256 int k= info.getGFDegree(); 257 257 258 CanonicalForm M= N; 259 int l= degree (N); 258 260 Variable y= F.mvar(); 259 261 Variable x= Variable (1); … … 361 363 { 362 364 T= Difference (T, S); 365 l -= degree (g); 366 M= power (y, l); 367 363 368 // compute new possible degree pattern 364 369 bufDegs2= DegreePattern (T); … … 435 440 CFList 436 441 factorRecombination (CFList& factors, CanonicalForm& F, 437 const CanonicalForm& M, DegreePattern& degs, int s,442 const CanonicalForm& N, DegreePattern& degs, int s, 438 443 int thres 439 444 ) … … 454 459 CFList T, S; 455 460 461 CanonicalForm M= N; 462 int l= degree (N); 456 463 T= factors; 457 464 CFList result; … … 513 520 LCBuf= LC (buf, x); 514 521 T= Difference (T, S); 522 l -= degree (g); 523 M= power (y, l); 515 524 516 525 // compute new possible degree pattern
Note: See TracChangeset
for help on using the changeset viewer.