Changeset b809a8 in git for factory/canonicalform.h


Ignore:
Timestamp:
Dec 7, 2007, 12:26:57 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e16099450a756157fc589b91903dcbe96bcb93aa
Parents:
6fd3a2f8d7423912028ac16c59ca32f3c02bc7c7
Message:
*hannes: gcd_poly


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

Legend:

Unmodified
Added
Removed
  • factory/canonicalform.h

    r6fd3a2 rb809a8  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: canonicalform.h,v 1.33 2006-05-26 11:50:37 Singular Exp $ */
     2/* $Id: canonicalform.h,v 1.34 2007-12-07 11:23:11 Singular Exp $ */
    33
    44#ifndef INCL_CANONICALFORM_H
     
    217217CanonicalForm gcd ( const CanonicalForm&, const CanonicalForm& );
    218218
     219CanonicalForm gcd_poly ( const CanonicalForm & f, const CanonicalForm & g );
     220
    219221CanonicalForm extgcd ( const CanonicalForm&, const CanonicalForm&, CanonicalForm&, CanonicalForm& );
    220222
Note: See TracChangeset for help on using the changeset viewer.