Changeset 5c71ae1 in git for libpolys/polys/monomials


Ignore:
Timestamp:
Sep 9, 2011, 1:07:41 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
9d5ba2ee7540ee4eb709cfef410629f44c00e75b
Parents:
f9dc437c7c53a9f0de7781af406334375bb16f36
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-09-09 13:07:41+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:38+01:00
Message:
FIX: maEval takes the destination ring
CHG: minor cleanup
Location:
libpolys/polys/monomials
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/monomials/maps.cc

    rf9dc437 r5c71ae1  
    2626// This is a very dirty way to "normalize" numbers w.r.t. a
    2727// MinPoly
    28 
    29 /* debug output: Tok2Cmdname in maApplyFetch*/
    30 //#include "ipshell.h"
    3128
    3229#define MAX_MAP_DEG 128
  • libpolys/polys/monomials/maps.h

    rf9dc437 r5c71ae1  
    1616typedef struct sip_smap *         map;
    1717
    18 poly maEval(map theMap, poly p, ring dst_ring, nMapFunc nMap, ideal s=NULL);
     18// poly maEval(map theMap, poly p, ring dst_ring, nMapFunc nMap, ideal s=NULL);
     19poly maEval(map theMap, poly p,ring preimage_r,nMapFunc nMap, ideal s, const ring dst_r);
     20
    1921map maCopy(map theMap, const ring dst_ring);
    2022
    2123poly maIMap(ring src_ring, ring dst_ring, poly p);
    2224
    23 /*
    24 BOOLEAN maApplyFetch(int what,map theMap,leftv res, leftv w,
    25                      ring preimage_r, int *perm,
    26                      int *par_perm,int P, nMapFunc nMap);
    27 */
    2825void maFindPerm(char **preim_names, int preim_n, char **preim_par, int preim_p,
    2926                char **names,       int n,       char **par,       int nop,
Note: See TracChangeset for help on using the changeset viewer.