Changeset 1cf13b in git for dyn_modules/syzextra/syzextra.h
- Timestamp:
- Apr 28, 2014, 8:50:10 PM (9 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 1a4c34381788487464977b182596acb57f904d2f
- Parents:
- c814238a3c69aaf59662652396c4843d8c8c52fa
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-04-28 20:50:10+02:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-05-07 04:41:47+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dyn_modules/syzextra/syzextra.h
rc81423 r1cf13b 150 150 bool IsNonempty() const { return !m_hash.empty(); } 151 151 152 poly FindReducer(const poly multiplier, const poly monom, const poly syzterm, const CReducerFinder& checker) const; 153 152 154 #ifndef NDEBUG 153 155 void DebugPrint() const; … … 219 221 void ComputeLeadingSyzygyTerms(bool bComputeSecondTerms = true); 220 222 221 poly SchreyerSyzygyNF(poly syz_lead, poly syz_2) const; 222 223 // TODO: store m * @tail -.-^-.-^-.--> ? 223 poly SchreyerSyzygyNF(const poly syz_lead, poly syz_2 = NULL) const; 224 225 poly TraverseTail(poly multiplier, const int tail) const; 226 227 // called only from above and from outside (for testing) 224 228 poly TraverseTail(poly multiplier, poly tail) const; 225 229 … … 227 231 poly ReduceTerm(poly multiplier, poly term4reduction, poly syztermCheck) const; 228 232 233 // 234 poly TraverseNF(const poly syz_lead, const poly syz_2 = NULL) const; 235 229 236 public: 230 237 /// just for testing via the wrapper below
Note: See TracChangeset
for help on using the changeset viewer.