Changeset ce2576 in git for libpolys/polys/clapconv.h
- Timestamp:
- Nov 10, 2011, 5:59:46 PM (12 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 3826d071b0fe1a52a0fa5cdc532b9c99960c5018
- Parents:
- 6051d879db769fabc5f68f3052af02b306ccf1a6
- git-author:
- Martin Lee <martinlee84@web.de>2011-11-10 17:59:46+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-10 18:27:53+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/clapconv.h
r6051d87 rce2576 22 22 int convFactoryISingI( const CanonicalForm & f); 23 23 24 CanonicalForm convSingAFactoryA( number pp, Variable a, const coeffs cf ); 25 number convFactoryASingA ( const CanonicalForm & f, const coeffs cf ); 24 CanonicalForm convSingAPFactoryAP ( poly p , const Variable & a, const ring r ); 25 poly convFactoryAPSingAP ( const CanonicalForm & f, const ring r ); 26 poly convFactoryAPSingAP_R ( const CanonicalForm & f, int par_start, int var_start ); 27 28 //CanonicalForm convSingGFFactoryGF ( poly p, const ring r ); 29 //poly convFactoryGFSingGF ( const CanonicalForm & f, const ring r ); 30 31 CanonicalForm convSingAFactoryA ( poly p , const Variable & a, const ring r ); 32 poly convFactoryASingA ( const CanonicalForm & f, const ring r ); 33 34 CanonicalForm convSingTrPFactoryP ( poly p, const ring r ); 35 poly convFactoryPSingTrP ( const CanonicalForm & f, const ring r ); 26 36 27 37 // HAVE_FACTORY
Note: See TracChangeset
for help on using the changeset viewer.