Changeset ce3f53c in git for libpolys/polys/clapconv.h
- Timestamp:
- May 6, 2011, 11:51:40 AM (12 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/clapconv.h
rd75f15 rce3f53c 19 19 #endif /* HAVE_FACTORY */ 20 20 21 poly convFactoryPSingP ( const CanonicalForm & f, const ring r =currRing);22 CanonicalForm convSingPFactoryP( poly p, const ring r =currRing);21 poly convFactoryPSingP ( const CanonicalForm & f, const ring r ); 22 CanonicalForm convSingPFactoryP( poly p, const ring r ); 23 23 24 24 CanonicalForm convSingAPFactoryAP ( poly p , const Variable & a, const ring r ); … … 26 26 poly convFactoryAPSingAP_R ( const CanonicalForm & f, int par_start, int var_start ); 27 27 28 CanonicalForm convSingGFFactoryGF ( poly p );29 poly convFactoryGFSingGF ( const CanonicalForm & f );28 CanonicalForm convSingGFFactoryGF ( poly p, const ring r ); 29 poly convFactoryGFSingGF ( const CanonicalForm & f, const ring r ); 30 30 31 CanonicalForm convSingAFactoryA ( n apolyp , const Variable & a, const ring r );32 n apolyconvFactoryASingA ( const CanonicalForm & f, const ring r );31 CanonicalForm convSingAFactoryA ( number p , const Variable & a, const ring r ); 32 number convFactoryASingA ( const CanonicalForm & f, const ring r ); 33 33 34 CanonicalForm convSingTrPFactoryP ( poly p, const ring r =currRing);35 poly convFactoryPSingTrP ( const CanonicalForm & f, const ring r =currRing);34 CanonicalForm convSingTrPFactoryP ( poly p, const ring r ); 35 poly convFactoryPSingTrP ( const CanonicalForm & f, const ring r ); 36 36 37 37 // CanonicalForm convSingIFactoryI( int i);a <- by constructor of CanonicalForm
Note: See TracChangeset
for help on using the changeset viewer.