Changeset 06ae292 in git


Ignore:
Timestamp:
Jun 13, 1996, 12:43:49 PM (28 years ago)
Author:
Rüdiger Stobbe <stobbe@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
e82860167fc3ba2d6762f6f9b3ccc6610e58cbdb
Parents:
cac540f039d49a9e1d67ebb3757ca35c8d00990d
Message:
"ZFactorizeUnivariate: fix to last bug fix (no assignment)
"


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

Legend:

Unmodified
Added
Removed
  • factory/fac_univar.cc

    rcac540 r06ae292  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: fac_univar.cc,v 1.1 1996-06-13 10:34:04 stobbe Exp $
     2// $Id: fac_univar.cc,v 1.2 1996-06-13 10:43:49 stobbe Exp $
    33
    44/*
    55$Log: not supported by cvs2svn $
     6Revision 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
    611Revision 1.0  1996/05/17 10:59:45  stobbe
    712Initial revision
     
    405410                setCharacteristic( p[i] );
    406411                fp = mapinto( f );
    407                 FpFactorizeUnivariateCZ( fp, true );
     412                F[i] = FpFactorizeUnivariateCZ( fp, true );
    408413//              if ( p[i] < 23 && fp.degree() < 10 )
    409414//                  F[i] = FpFactorizeUnivariateB( fp, true );
Note: See TracChangeset for help on using the changeset viewer.