Changeset ef9d6b in git for factory/cf_algorithm.h


Ignore:
Timestamp:
Jan 22, 2008, 10:30:32 AM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
35cfa3461f55f0fe3760bcefda25c627641368c7
Parents:
c6d3744af7f072c74673ab0aef31dfe80c1c9ae9
Message:
*hannes sqrFree


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

Legend:

Unmodified
Added
Removed
  • factory/cf_algorithm.h

    rc6d3744 ref9d6b  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: cf_algorithm.h,v 1.16 2007-10-25 14:45:41 Singular Exp $ */
     2/* $Id: cf_algorithm.h,v 1.17 2008-01-22 09:30:31 Singular Exp $ */
    33
    44#ifndef INCL_CF_ALGORITHM_H
     
    6464CFFList factorize ( const CanonicalForm & f, const Variable & alpha );
    6565
    66 CFFList sqrFree ( const CanonicalForm & f, bool sort = false );
     66CFFList sqrFree ( const CanonicalForm & f,  const CanonicalForm & mipo, bool sort=false );
    6767
    6868bool isSqrFree ( const CanonicalForm & f );
Note: See TracChangeset for help on using the changeset viewer.