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


Ignore:
Timestamp:
Jan 20, 2016, 6:46:28 PM (8 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
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.cc

    r64b0315 r4d5437  
    349349/*******************************************************************************
    350350**
    351 *F  fast_map  . . . . . . . . . . . . . . . . . . . . . . . . . .the real thing
     351*F  fast_map_common_subexp  . . . . . . . . . . . . . . . . . .the real thing
    352352*/
    353353
    354 ideal fast_map(ideal map_id, ring map_r, ideal image_id, ring image_r)
     354ideal fast_map_common_subexp(const ideal map_id,const ring map_r,const ideal image_id,const ring image_r)
    355355{
    356356  ring src_r, dest_r;
Note: See TracChangeset for help on using the changeset viewer.