Changeset aaf310 in git for kernel/clapconv.h


Ignore:
Timestamp:
Oct 16, 2009, 12:29:28 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
d1f231e3b792657bbd71d87ddd26f304449bd4f4
Parents:
6666eaa6f8a2ff004dc43a60643801895ec2db11
Message:
*hannes: more ring args


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

Legend:

Unmodified
Added
Removed
  • kernel/clapconv.h

    r6666ea raaf310  
    33*  Computer Algebra System SINGULAR     *
    44****************************************/
    5 // $Id: clapconv.h,v 1.7 2009-09-16 12:26:26 Singular Exp $
     5// $Id: clapconv.h,v 1.8 2009-10-16 10:29:28 Singular Exp $
    66/*
    77* ABSTRACT: convert data between Singular and factory
     
    2020
    2121CanonicalForm convSingAPFactoryAP ( poly p , const Variable & a, const ring r );
    22 poly convFactoryAPSingAP ( const CanonicalForm & f );
     22poly convFactoryAPSingAP ( const CanonicalForm & f, const ring r );
    2323poly convFactoryAPSingAP_R ( const CanonicalForm & f, int par_start, int var_start );
    2424
     
    2727
    2828CanonicalForm convSingAFactoryA ( napoly p , const Variable & a, const ring r );
    29 napoly convFactoryASingA ( const CanonicalForm & f );
     29napoly convFactoryASingA ( const CanonicalForm & f, const ring r );
    3030
    3131CanonicalForm convSingTrPFactoryP ( poly p, const ring r=currRing );
Note: See TracChangeset for help on using the changeset viewer.