Changeset 4d5437 in git for kernel/maps/fast_maps.h


Ignore:
Timestamp:
Jan 20, 2016, 6:46:28 PM (8 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
c631c329ed487e0ec9b60bd41077ba19cbf17ad3
Parents:
64b03151c6cf3d29b4a4304bab7a66c2b37b5e2d
Message:
maps for ideal revisited: new: maMapIdeal as general routine
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/maps/fast_maps.h

    r64b0315 r4d5437  
    102102//               map_r: the base ring for map_id
    103103//               image_id: the image of the variables
    104 //               image_r: the base ring for image_id
    105 ideal fast_map(ideal map_id, ring map_r, ideal image_id, ring image_r);
     104ideal fast_map_common_subexp(const ideal map_id,const ring map_r,const ideal image_id,const ring image_r);
    106105
    107106#endif
Note: See TracChangeset for help on using the changeset viewer.