Changeset 592154 in git
- Timestamp:
- Apr 23, 2013, 3:54:27 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'ad2543eab51733612ba7d118afc77edca719600e')
- Children:
- 17a13630c9c6bab99e91412c33639a9872e58638
- Parents:
- 81626e384392f28e77ebb8b19445f7959194d982
- git-author:
- Martin Lee <martinlee84@web.de>2013-04-23 15:54:27+02:00
- git-committer:
- Martin Lee <martinlee84@web.de>2013-05-02 11:42:47+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/facAbsFact.h
r81626e r592154 20 20 #include "cf_map.h" 21 21 22 #ifdef HAVE_NTL 22 23 /// main absolute factorization routine, expects bivariate poly which is 23 24 /// primitive wrt. any of its variables and irreducible over Q … … 30 31 CFAFList absFactorizeMain (const CanonicalForm& F ///<[in] s.a. 31 32 ); 32 33 #endif 33 34 34 35 /// normalize factors, i.e. make factors monic … … 93 94 /*ENDPUBLIC*/ 94 95 96 #ifdef HAVE_NTL 95 97 /// absolute factorization of bivariate poly over Q 96 98 /// … … 172 174 return result; 173 175 } 176 #endif 174 177 175 178 #endif
Note: See TracChangeset
for help on using the changeset viewer.