Changeset a0eb7a in git for Singular/clapconv.h


Ignore:
Timestamp:
Dec 7, 2000, 1:05:29 PM (23 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'd1b01e9d51ade4b46b745d3bada5c5f3696be3a8')
Children:
0224c839bc43eba8f41de8c1a0e2576a0def6254
Parents:
ac31058626d6128287fd40e307e34fc22c7c0beb
Message:
*hannes: napoly


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

Legend:

Unmodified
Added
Removed
  • Singular/clapconv.h

    rac31058 ra0eb7a  
    33*  Computer Algebra System SINGULAR     *
    44****************************************/
    5 // $Id: clapconv.h,v 1.9 2000-11-03 13:02:59 Singular Exp $
     5// $Id: clapconv.h,v 1.10 2000-12-07 12:04:56 Singular Exp $
    66/*
    77* ABSTRACT: convert data between Singular and factory
     
    1616#include <factory.h>
    1717
    18 alg convClapPSingTr ( const CanonicalForm & f );
    19 CanonicalForm convSingTrClapP( alg p );
     18napoly convClapPSingTr ( const CanonicalForm & f );
     19CanonicalForm convSingTrClapP( napoly p );
    2020
    2121poly convClapPSingP ( const CanonicalForm & f );
     
    2828poly convClapGFSingGF ( const CanonicalForm & f );
    2929
    30 CanonicalForm convSingAClapA ( alg p , const Variable & a );
    31 alg convClapASingA ( const CanonicalForm & f );
     30CanonicalForm convSingAClapA ( napoly p , const Variable & a );
     31napoly convClapASingA ( const CanonicalForm & f );
    3232
    3333CanonicalForm convSingTrPClapP ( poly p );
Note: See TracChangeset for help on using the changeset viewer.