Changeset 6f6320 in git
- Timestamp:
- Dec 14, 2011, 3:59:16 PM (11 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 27637404a579c5be90dfdaadf21dd3a6e892901b
- Parents:
- 7398810a2f8d9bf8c8a575bf5df6a13e330f1b8d
- git-author:
- Martin Lee <martinlee84@web.de>2011-12-14 15:59:16+01:00
- git-committer:
- Martin Lee <martinlee84@web.de>2011-12-14 16:01:50+01:00
- Location:
- factory
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cf_gcd_smallp.cc
r739881 r6f6320 1701 1701 return A; 1702 1702 } 1703 #endif 1703 1704 1704 1705 CFArray … … 1736 1737 } 1737 1738 1739 #ifdef HAVE_NTL 1738 1740 CFArray 1739 1741 evaluateMonom (const CanonicalForm& F, const CFList& evalPoints) -
factory/facFqFactorize.cc
r739881 r6f6320 1799 1799 } 1800 1800 1801 #endif 1802 1801 1803 static inline 1802 1804 CanonicalForm prodEval (const CFList& l, const CanonicalForm& evalPoint, … … 1871 1873 } 1872 1874 1875 #ifdef HAVE_NTL 1873 1876 void 1874 1877 factorizationWRTDifferentSecondVars (const CanonicalForm& A, CFList*& Aeval,
Note: See TracChangeset
for help on using the changeset viewer.