Changeset 9e9b7c in git for libfac/factor/Factor.h


Ignore:
Timestamp:
May 31, 2008, 7:20:10 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
434e4154dbfea91da1283c2a039af70b75a4e85e
Parents:
2c3cda8da51049289f57702038ff42c44f290497
Message:
hannes: minor irras changes


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

Legend:

Unmodified
Added
Removed
  • libfac/factor/Factor.h

    r2c3cda r9e9b7c  
    22////////////////////////////////////////////////////////////
    33// emacs edit mode for this file is -*- C++ -*-
    4 // $Id: Factor.h,v 1.5 2002-08-19 11:11:33 Singular Exp $
     4// $Id: Factor.h,v 1.6 2008-05-31 17:20:10 Singular Exp $
    55///////////////////////////////////////////////////////////////////////////////
    66#ifndef FACTOR_H
     
    1111CFFList Factorize( const CanonicalForm & F, int is_SqrFree=0 ) ;
    1212CFFList Factorize( const CanonicalForm & F, const CanonicalForm & mi, int is_SqrFree=0 ) ;
     13CFFList Factorize2(CanonicalForm F, const CanonicalForm & minpoly );
    1314/*ENDPUBLIC*/
    1415
     
    1819/*
    1920$Log: not supported by cvs2svn $
     21Revision 1.5  2002/08/19 11:11:33  Singular
     22* hannes/pfister: alg_gcd etc.
     23
    2024Revision 1.4  2002/07/30 15:05:38  Singular
    2125*hannes: added Factorize for alg. ext.
Note: See TracChangeset for help on using the changeset viewer.