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


Ignore:
Timestamp:
Nov 10, 2011, 5:59:46 PM (12 years ago)
Author:
Martin Lee <martinlee84@…>
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
Message:
FIX: conversion over algebraic extensions and partly transcendental
NOTE: conversion over transcendental extensions do not work due to bug in p_Cleardenom in p_polys.cc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/clapconv.h

    r6051d87 rce2576  
    2222int convFactoryISingI( const CanonicalForm & f);
    2323
    24 CanonicalForm convSingAFactoryA( number pp, Variable a, const coeffs cf );
    25 number convFactoryASingA ( const CanonicalForm & f, const coeffs cf );
     24CanonicalForm convSingAPFactoryAP ( poly p , const Variable & a, const ring r );
     25poly convFactoryAPSingAP ( const CanonicalForm & f, const ring r );
     26poly 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
     31CanonicalForm convSingAFactoryA ( poly p , const Variable & a, const ring r );
     32poly convFactoryASingA ( const CanonicalForm & f, const ring r );
     33
     34CanonicalForm convSingTrPFactoryP ( poly p, const ring r );
     35poly convFactoryPSingTrP ( const CanonicalForm & f, const ring r );
    2636
    2737// HAVE_FACTORY
Note: See TracChangeset for help on using the changeset viewer.