Changeset c48e80 in git for factory/ftmpl_inst.cc


Ignore:
Timestamp:
Oct 28, 2009, 3:45:57 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f5d2963eec6952b42517b3865c98f0a7ddedae43
Parents:
cc051cf43fa6076737b5f7a6d4dc074ad8db1fbe
Message:
*lee: new gcd


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

Legend:

Unmodified
Added
Removed
  • factory/ftmpl_inst.cc

    rcc051cf rc48e80  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: ftmpl_inst.cc,v 1.10 2006-05-15 09:03:05 Singular Exp $ */
     2/* $Id: ftmpl_inst.cc,v 1.11 2009-10-28 14:44:57 Singular Exp $ */
    33
    44//{{{ docu
     
    7777
    7878//
     79template List<CanonicalForm> Union ( const List<CanonicalForm> &, const List<CanonicalForm> & );
     80template List<CanonicalForm> Difference ( const List<CanonicalForm> &, const List<CanonicalForm> & );
     81template CanonicalForm prod ( const List<CanonicalForm> & );
     82template bool find ( const List<CanonicalForm> &, const CanonicalForm&);
    7983// place here your own template stuff, not yet instantiated by factory
    8084//
Note: See TracChangeset for help on using the changeset viewer.