Changeset 9c9e2a4 in git for factory/fac_cantzass.cc
- Timestamp:
- Dec 8, 1997, 7:24:47 PM (26 years ago)
- Branches:
- (u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
- Children:
- 31a2be7f2a739a97c14524d60b3f53ce30ff4336
- Parents:
- b7ef56a82852de8fabcb051596fe67049852b346
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/fac_cantzass.cc
rb7ef56 r9c9e2a4 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: fac_cantzass.cc,v 1. 3 1997-09-09 09:03:31schmidt Exp $ */2 /* $Id: fac_cantzass.cc,v 1.4 1997-12-08 18:24:28 schmidt Exp $ */ 3 3 4 4 #include <config.h> … … 43 43 static CanonicalForm powerMod2( const CanonicalForm & f, MP_INT * q, int s, const CanonicalForm & d ); 44 44 45 CFFList FpFactorizeUnivariateCZ( const CanonicalForm& f, bool issqrfree, int numext, const Variable & alpha, const Variable &beta )45 CFFList FpFactorizeUnivariateCZ( const CanonicalForm& f, bool issqrfree, int numext, const Variable alpha, const Variable beta ) 46 46 { 47 47 CFFList F, G, H, HH;
Note: See TracChangeset
for help on using the changeset viewer.