Changeset a3818e in git


Ignore:
Timestamp:
Oct 17, 2005, 3:35:58 PM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
fe5ad58a25fbd8179e4742b6f1dd5a6fc81e70c3
Parents:
5c4b32bd48cf1a43b48494ed08ee1b3140875ccb
Message:
*hannes: (sqrFree)-Factorization over Q(a) fixed


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

Legend:

Unmodified
Added
Removed
  • kernel/clapsing.cc

    r5c4b32 ra3818e  
    33*  Computer Algebra System SINGULAR     *
    44****************************************/
    5 // $Id: clapsing.cc,v 1.8 2005-04-14 12:30:11 Singular Exp $
     5// $Id: clapsing.cc,v 1.9 2005-10-17 13:35:58 Singular Exp $
    66/*
    77* ABSTRACT: interface between Singular and factory
     
    818818        T_F=G;
    819819#ifdef HAVE_LIBFAC_P
    820         if (rField_is_Q_a())
    821         {
    822           CFList as(mipo);
    823           L = newfactoras( G, as, 1);
    824         }
    825         else
    826         {
    827           L=Factorize(G, mipo);
    828         }
     820        //  over Q(a) / Fp(a)
     821        L=Factorize(G, mipo);
    829822#else
    830823        WarnS("complete factorization only for univariate polynomials");
     
    852845#ifdef HAVE_LIBFAC_P
    853846        L = Factorize( F );
    854         //L = factorize( F );
    855847#else
    856848        goto notImpl;
Note: See TracChangeset for help on using the changeset viewer.