Changeset afd067 in git for factory/cf_factor.cc


Ignore:
Timestamp:
Aug 22, 2005, 7:24:02 PM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
dbb5b323a019a8f9237ef8f8617f358c43046074
Parents:
42de8e63b3e9b4283abf78c542e5012da1723bdf
Message:
*hannes: gcd/ezgcd revisited
         (fac_ezgcd.cc: OPTIMALVAR, cf_reval.cc: MORE_ZEROES)


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

Legend:

Unmodified
Added
Removed
  • factory/cf_factor.cc

    r42de8e6 rafd067  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: cf_factor.cc,v 1.25 2005-07-08 14:36:31 Singular Exp $ */
     2/* $Id: cf_factor.cc,v 1.26 2005-08-22 17:24:01 Singular Exp $ */
    33
    44//{{{ docu
     
    2727#include "fac_sqrfree.h"
    2828#include "cf_algorithm.h"
     29#include "cf_map.h"
    2930
    3031#include "int_int.h"
     
    333334    }
    334335    else
     336    {
    335337      F = ZFactorizeMultivariate( fz, issqrfree );
     338    }
    336339
    337340    if ( on_rational )
Note: See TracChangeset for help on using the changeset viewer.