Changeset 146c603 in git for libpolys/polys/clapconv.h
- Timestamp:
- Nov 9, 2011, 10:13:02 AM (12 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 8f40312428677d88ab37a31824f2ec53f144a18a
- Parents:
- fc497757365979d0168460de9969b49bc49c53f2
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-11-09 10:13:02+01:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:14:12+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/clapconv.h
rfc4977 r146c603 15 15 16 16 #include <polys/monomials/ring.h> 17 //#include <polys/ext_fields/longtrans.h>18 17 #include <factory/factory.h> 19 18 … … 21 20 poly convFactoryPSingP ( const CanonicalForm & f, const ring r ); 22 21 CanonicalForm convSingPFactoryP( poly p, const ring r ); 23 //CanonicalForm convSingIFactoryI( int i);// by constructor of CanonicalForm24 22 int convFactoryISingI( const CanonicalForm & f); 25 23 26 //CanonicalForm convSingAPFactoryAP ( poly p , const Variable & a, const ring r ); 27 //poly convFactoryAPSingAP ( const CanonicalForm & f, const ring r ); 28 //poly convFactoryAPSingAP_R ( const CanonicalForm & f, int par_start, int var_start ); 29 30 //CanonicalForm convSingGFFactoryGF ( poly p, const ring r ); 31 //poly convFactoryGFSingGF ( const CanonicalForm & f, const ring r ); 32 33 //CanonicalForm convSingAFactoryA ( number p , const Variable & a, const ring r ); 34 //number convFactoryASingA ( const CanonicalForm & f, const ring r ); 35 36 //CanonicalForm convSingTrPFactoryP ( poly p, const ring r ); 37 //poly convFactoryPSingTrP ( const CanonicalForm & f, const ring r ); 24 CanonicalForm convSingAFactoryA( number pp, Variable a, const coeffs cf ); 25 number convFactoryASingA ( const CanonicalForm & f, const coeffs cf ); 38 26 39 27 // HAVE_FACTORY
Note: See TracChangeset
for help on using the changeset viewer.