Changeset c42671 in git
- Timestamp:
- Sep 9, 1997, 11:25:52 AM (26 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- ed59e2ab48721f830eb77175b2a09efae9902687
- Parents:
- edde26f369efc4485312ee39665fdc41db1da1df
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cf_factor.cc
redde26f rc42671 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: cf_factor.cc,v 1. 6 1997-09-01 08:50:56schmidt Exp $ */2 /* $Id: cf_factor.cc,v 1.7 1997-09-09 09:25:52 schmidt Exp $ */ 3 3 4 4 //{{{ docu … … 19 19 20 20 #include "cf_defs.h" 21 #include "cf_globals.h"22 21 #include "canonicalform.h" 23 22 #include "cf_iter.h" … … 43 42 if ( getCharacteristic() > 0 ) { 44 43 ASSERT( f.isUnivariate(), "multivariate factorization not implemented" ); 45 if ( cf_glob_switches.isOn( SW_BERLEKAMP ) )44 if ( isOn( SW_BERLEKAMP ) ) 46 45 return FpFactorizeUnivariateB( f, issqrfree ); 47 46 else
Note: See TracChangeset
for help on using the changeset viewer.