Changeset 639047e in git for libfac/charset/csutil.h


Ignore:
Timestamp:
Aug 19, 2002, 1:11:34 PM (22 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
6acb298d347b4b82e942caa7518a2625dc747c1e
Parents:
b1476d0550d3e358e0fcafec0719ae421300980e
Message:
* hannes/pfister: alg_gcd etc.


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

Legend:

Unmodified
Added
Removed
  • libfac/charset/csutil.h

    rb1476d0 r639047e  
    22////////////////////////////////////////////////////////////
    33// emacs edit mode for this file is -*- C++ -*-
    4 // $Id: csutil.h,v 1.3 1997-09-12 07:19:42 Singular Exp $
     4// $Id: csutil.h,v 1.4 2002-08-19 11:11:32 Singular Exp $
    55////////////////////////////////////////////////////////////
    66
     
    99
    1010#include <factory.h>
     11#include "algfactor.h"
    1112#include <tmpl_inst.h>
    1213
     
    5354CanonicalForm  Prem( const CanonicalForm &f, const CFList &L );
    5455CFList         Prem( const CFList &AS, const CFList &L );
     56CanonicalForm alg_gcd(const CanonicalForm &, const CanonicalForm &, const CFList &);
    5557/*ENDPUBLIC*/
    5658CanonicalForm  divide( const CanonicalForm & ff, const CanonicalForm & f, const CFList & as);
     
    7981/*
    8082$Log: not supported by cvs2svn $
     83Revision 1.3  1997/09/12 07:19:42  Singular
     84* hannes/michael: libfac-0.3.0
     85
    8186Revision 1.3  1997/04/25 22:51:48  michael
    8287Version for libfac-0.2.1
Note: See TracChangeset for help on using the changeset viewer.