Changeset d52c12 in git for factory/facFqFactorizeUtil.cc
- Timestamp:
- Jun 17, 2010, 4:31:20 PM (13 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 44651b7a294639985e8e521f09f763d3bb0a4abf
- Parents:
- 19b3c75184f32c67c2f6f1898582a25004784935
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/facFqFactorizeUtil.cc
r19b3c7 rd52c12 17 17 #include "canonicalform.h" 18 18 #include "cf_map.h" 19 20 static inline21 void decompressAppend (CFList& factors1, const CFList& factors2, const CFMap& N)22 {23 for (CFListIterator i= factors1; i.hasItem(); i++)24 i.getItem()= N (i.getItem());25 for (CFListIterator i= factors2; i.hasItem(); i++)26 factors1.append (N (i.getItem()));27 return;28 }29 19 30 20 static inline … … 53 43 } 54 44 55 static inline 45 56 46 void swap (CFList& factors, const int swapLevel1, const int swapLevel2, const 57 47 Variable& x) … … 76 66 } 77 67 78 static inline79 68 void appendSwapDecompress (CFList& factors1, const CFList& factors2, 80 69 const CFMap& N, const int swapLevel, const … … 95 84 } 96 85 97 static inline98 86 void appendSwapDecompress (CFList& factors1, const CFList& factors2, 99 87 const CFMap& N, const int swapLevel1, … … 127 115 } 128 116 129 static inline130 117 int* liftingBounds (const CanonicalForm& A, const int& bivarLiftBound) 131 118 { … … 141 128 } 142 129 143 static inline 144 CanonicalForm 145 shift2Zero (const CanonicalForm& F, CFList& Feval, const CFList& evaluation) 130 CanonicalForm shift2Zero (const CanonicalForm& F, CFList& Feval, const CFList& evaluation) 146 131 { 147 132 CanonicalForm A= F; … … 160 145 } 161 146 162 static inline163 147 CanonicalForm reverseShift (const CanonicalForm& F, const CFList& evaluation) 164 148 {
Note: See TracChangeset
for help on using the changeset viewer.