Changeset 06ae292 in git
- Timestamp:
- Jun 13, 1996, 12:43:49 PM (27 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- e82860167fc3ba2d6762f6f9b3ccc6610e58cbdb
- Parents:
- cac540f039d49a9e1d67ebb3757ca35c8d00990d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/fac_univar.cc
rcac540 r06ae292 1 1 // emacs edit mode for this file is -*- C++ -*- 2 // $Id: fac_univar.cc,v 1. 1 1996-06-13 10:34:04stobbe Exp $2 // $Id: fac_univar.cc,v 1.2 1996-06-13 10:43:49 stobbe Exp $ 3 3 4 4 /* 5 5 $Log: not supported by cvs2svn $ 6 Revision 1.1 1996/06/13 10:34:04 stobbe 7 "ZFactorizeUnivariate: do not use Berlekamp-Algorithm since there is a 8 bug in the Factory-Implementation of Berlekamp 9 " 10 6 11 Revision 1.0 1996/05/17 10:59:45 stobbe 7 12 Initial revision … … 405 410 setCharacteristic( p[i] ); 406 411 fp = mapinto( f ); 407 F pFactorizeUnivariateCZ( fp, true );412 F[i] = FpFactorizeUnivariateCZ( fp, true ); 408 413 // if ( p[i] < 23 && fp.degree() < 10 ) 409 414 // F[i] = FpFactorizeUnivariateB( fp, true );
Note: See TracChangeset
for help on using the changeset viewer.