Changeset cac540 in git


Ignore:
Timestamp:
Jun 13, 1996, 12:34:04 PM (27 years ago)
Author:
Rüdiger Stobbe <stobbe@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
06ae292e459f534dbc871e4bbe17989b537b3616
Parents:
1986a2fee92863e911c04f6574a96cc4caee8fa4
Message:
"ZFactorizeUnivariate: do not use Berlekamp-Algorithm since there is a
                      bug in the Factory-Implementation of Berlekamp
"


git-svn-id: file:///usr/local/Singular/svn/trunk@17 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/fac_univar.cc

    r1986a2 rcac540  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: fac_univar.cc,v 1.0 1996-05-17 10:59:45 stobbe Exp $
     2// $Id: fac_univar.cc,v 1.1 1996-06-13 10:34:04 stobbe Exp $
    33
    44/*
    55$Log: not supported by cvs2svn $
     6Revision 1.0  1996/05/17 10:59:45  stobbe
     7Initial revision
     8
    69*/
    710
     
    402405                setCharacteristic( p[i] );
    403406                fp = mapinto( f );
    404                 if ( p[i] > 23 && fp.degree() < 10 )
    405                     F[i] = FpFactorizeUnivariateCZ( fp, true );
    406                 else
    407                     F[i] = FpFactorizeUnivariateB( fp, true );
    408 //              if ( F[i].getFirst().factor().inBaseDomain() )
    409 //                  F[i].removeFirst();
     407                FpFactorizeUnivariateCZ( fp, true );
     408//              if ( p[i] < 23 && fp.degree() < 10 )
     409//                  F[i] = FpFactorizeUnivariateB( fp, true );
     410//              else
     411//                  F[i] = FpFactorizeUnivariateCZ( fp, true );
    410412                DEBOUT( cerr, "F[i] = ", F[i] );
    411413                DEBOUTLN( cerr, ", p = ", p[i] );
Note: See TracChangeset for help on using the changeset viewer.