Changeset d1dc39 in git for factory/facFqBivar.cc
- Timestamp:
- Apr 28, 2012, 10:11:51 PM (11 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 7a1151d0e820ebe7486137ac2e2edc736ee573fd
- Parents:
- 18a66064a9a8616bef22907b60e68633bfc80c55
- git-author:
- Martin Lee <martinlee84@web.de>2012-04-28 22:11:51+02:00
- git-committer:
- Martin Lee <martinlee84@web.de>2012-05-07 18:19:12+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/facFqBivar.cc
r18a660 rd1dc39 2284 2284 ) 2285 2285 { 2286 bool irreducible= false;2287 2286 int d; 2288 2287 int* bounds= computeBounds (F, d); … … 2347 2346 if (NTLN.NumCols() == 1) 2348 2347 { 2349 irreducible= true;2350 2348 delete [] A; 2351 2349 delete [] bounds; … … 2417 2415 ) 2418 2416 { 2419 bool irreducible= false;2420 2417 int d; 2421 2418 int* bounds= computeBounds (F, d); … … 2480 2477 if (NTLN.NumCols() == 1) 2481 2478 { 2482 irreducible= true;2483 2479 delete [] A; 2484 2480 delete [] bounds; … … 2552 2548 int degMipo= degree (getMipo (info.getAlpha())); 2553 2549 Variable alpha= info.getAlpha(); 2554 bool irreducible= false;2555 2550 int d; 2556 2551 int* bounds= computeBounds (F, d); … … 2669 2664 if (NTLN.NumCols() == 1) 2670 2665 { 2671 irreducible= true;2672 2666 Variable y= Variable (2); 2673 2667 CanonicalForm tmp= F (y - evaluation, y); … … 2741 2735 const Variable& alpha, int precision) 2742 2736 { 2743 bool irreducible= false;2744 2737 int d; 2745 2738 int* bounds= computeBounds (F, d); … … 2805 2798 if (NTLN.NumCols() == 1) 2806 2799 { 2807 irreducible= true;2808 2800 delete [] A; 2809 2801 delete [] bounds; … … 2863 2855 ) 2864 2856 { 2865 bool irreducible= false;2866 2857 int d; 2867 2858 int* bounds= computeBounds (F, d); … … 2927 2918 if (NTLN.NumCols() == 1) 2928 2919 { 2929 irreducible= true;2930 2920 delete [] A; 2931 2921 delete [] bounds; … … 2995 2985 { 2996 2986 CFList result= CFList(); 2997 bool irreducible= false;2998 2987 CFArray * A= new CFArray [factors.length()]; 2999 2988 int oldL2= oldL/2; … … 3052 3041 if (NTLN.NumCols() == 1) 3053 3042 { 3054 irreducible= true;3055 3043 delete [] A; 3056 3044 return CFList (F); … … 3060 3048 if (NTLN.NumCols() == 1) 3061 3049 { 3062 irreducible= true;3063 3050 delete [] A; 3064 3051 return CFList (F); … … 3102 3089 { 3103 3090 CFList result= CFList(); 3104 bool irreducible= false;3105 3091 CFArray * A= new CFArray [factors.length()]; 3106 3092 int oldL2= oldL/2; … … 3156 3142 if (NTLN.NumCols() == 1) 3157 3143 { 3158 irreducible= true;3159 3144 delete [] A; 3160 3145 return CFList (F); … … 3164 3149 if (NTLN.NumCols() == 1) 3165 3150 { 3166 irreducible= true;3167 3151 delete [] A; 3168 3152 return CFList (F); … … 3210 3194 { 3211 3195 CFList result= CFList(); 3212 bool irreducible= false;3213 3196 CFArray * A= new CFArray [factors.length()]; 3214 3197 int oldL2= oldL/2; //be careful … … 3321 3304 if (NTLN.NumCols() == 1) 3322 3305 { 3323 irreducible= true;3324 3306 Variable y= Variable (2); 3325 3307 CanonicalForm tmp= F (y - evaluation, y); … … 3333 3315 if (NTLN.NumCols() == 1) 3334 3316 { 3335 irreducible= true;3336 3317 Variable y= Variable (2); 3337 3318 CanonicalForm tmp= F (y - evaluation, y); … … 3382 3363 { 3383 3364 CFList result= CFList(); 3384 bool irreducible= false;3385 3365 CFArray * A= new CFArray [factors.length()]; 3386 3366 int extensionDeg= degree (getMipo (alpha)); … … 3437 3417 if (NTLN.NumCols() == 1) 3438 3418 { 3439 irreducible= true;3440 3419 delete [] A; 3441 3420 return CFList (F);
Note: See TracChangeset
for help on using the changeset viewer.