Changeset 146c603 in git for libpolys/polys/clapconv.h


Ignore:
Timestamp:
Nov 9, 2011, 10:13:02 AM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
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
Message:
fix: nlModP (should not use nvDiv/npDiv
implement conversion to/from factory for algext
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/clapconv.h

    rfc4977 r146c603  
    1515
    1616#include <polys/monomials/ring.h>
    17 //#include <polys/ext_fields/longtrans.h>
    1817#include <factory/factory.h>
    1918
     
    2120poly convFactoryPSingP ( const CanonicalForm & f, const ring r );
    2221CanonicalForm convSingPFactoryP( poly p, const ring r );
    23 //CanonicalForm convSingIFactoryI( int i);// by constructor of CanonicalForm
    2422int convFactoryISingI( const CanonicalForm & f);
    2523
    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 );
     24CanonicalForm convSingAFactoryA( number pp, Variable a, const coeffs cf );
     25number convFactoryASingA ( const CanonicalForm & f, const coeffs cf );
    3826
    3927// HAVE_FACTORY
Note: See TracChangeset for help on using the changeset viewer.