Changeset ce3f53c in git for libpolys/polys/clapconv.h


Ignore:
Timestamp:
May 6, 2011, 11:51:40 AM (12 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
fba6f18e59118e933bb2d9c5b69b31879517ddff
Parents:
d75f15102ef5a6cd3463bf6f11b85177f916e01b
git-author:
Martin Lee <martinlee84@web.de>2011-05-06 11:51:40+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:31:37+01:00
Message:
adapted conversion to and from factory
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/clapconv.h

    rd75f15 rce3f53c  
    1919#endif /* HAVE_FACTORY */
    2020
    21 poly convFactoryPSingP ( const CanonicalForm & f, const ring r=currRing );
    22 CanonicalForm convSingPFactoryP( poly p, const ring r=currRing );
     21poly convFactoryPSingP ( const CanonicalForm & f, const ring r );
     22CanonicalForm convSingPFactoryP( poly p, const ring r );
    2323
    2424CanonicalForm convSingAPFactoryAP ( poly p , const Variable & a, const ring r );
     
    2626poly convFactoryAPSingAP_R ( const CanonicalForm & f, int par_start, int var_start );
    2727
    28 CanonicalForm convSingGFFactoryGF ( poly p );
    29 poly convFactoryGFSingGF ( const CanonicalForm & f );
     28CanonicalForm convSingGFFactoryGF ( poly p, const ring r );
     29poly convFactoryGFSingGF ( const CanonicalForm & f, const ring r );
    3030
    31 CanonicalForm convSingAFactoryA ( napoly p , const Variable & a, const ring r );
    32 napoly convFactoryASingA ( const CanonicalForm & f, const ring r );
     31CanonicalForm convSingAFactoryA ( number p , const Variable & a, const ring r );
     32number convFactoryASingA ( const CanonicalForm & f, const ring r );
    3333
    34 CanonicalForm convSingTrPFactoryP ( poly p, const ring r=currRing );
    35 poly convFactoryPSingTrP ( const CanonicalForm & f, const ring r=currRing );
     34CanonicalForm convSingTrPFactoryP ( poly p, const ring r );
     35poly convFactoryPSingTrP ( const CanonicalForm & f, const ring r );
    3636
    3737// CanonicalForm convSingIFactoryI( int i);a <- by constructor of CanonicalForm
Note: See TracChangeset for help on using the changeset viewer.