Changeset 91d0e6 in git for kernel/clapsing.h


Ignore:
Timestamp:
Aug 5, 2009, 7:29:12 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
3d6c38c30089200c989a79851a19bf43b565678e
Parents:
dc560f747a6867005b5ce262a19ac0d38e7137f9
Message:
*hannes: singclap_gcd_r


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

Legend:

Unmodified
Added
Removed
  • kernel/clapsing.h

    rdc560f r91d0e6  
    33*  Computer Algebra System SINGULAR     *
    44****************************************/
    5 // $Id: clapsing.h,v 1.2 2008-01-23 15:42:10 Singular Exp $
     5// $Id: clapsing.h,v 1.3 2009-08-05 17:29:12 Singular Exp $
    66/*
    77* ABSTRACT: interface between Singular and factory
     
    1919
    2020poly singclap_gcd ( poly f, poly g );
     21poly singclap_gcd_r ( poly f, poly g, const ring r );
    2122napoly singclap_alglcm ( napoly f, napoly g );
    2223void singclap_algdividecontent ( napoly f, napoly g, napoly &ff, napoly &gg );
Note: See TracChangeset for help on using the changeset viewer.