Changeset 7fee876 in git for libpolys/polys/monomials/maps.h
- Timestamp:
- Mar 16, 2012, 9:26:19 PM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- 5a72fe43aa1fbae0fb93ebbff5685375e726f93c
- Parents:
- ce1f78b09d525de2d3babcf986a9f4821e60ed00
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-03-16 21:26:19+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-03-17 05:41:42+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/monomials/maps.h
rce1f78 r7fee876 23 23 poly maIMap(ring src_ring, ring dst_ring, poly p); 24 24 25 void maFindPerm(char **preim_names, int preim_n, char **preim_par, int preim_p,26 char **names, int n, char **par, int nop,25 void maFindPerm(char const * const * const preim_names, int preim_n, char const * const * const preim_par, int preim_p, 26 char const * const * const names, int n, char const * const * const par, int nop, 27 27 int * perm, int *par_perm, n_coeffType ch); 28 28 poly pSubstPoly(poly p, int var, poly image);
Note: See TracChangeset
for help on using the changeset viewer.