Changeset 93fc06d in git for Singular


Ignore:
Timestamp:
Jan 19, 2002, 11:31:45 AM (22 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'fc741b6502fd8a97288eaa3eba6e5220f3c3df87')
Children:
00d63c45de46c35a9d9ce363d5fcdbb662f69c9e
Parents:
bdafd27e3f8a34411bd9de93a6d81c235a0458ea
Message:
*hannes: syntax


git-svn-id: file:///usr/local/Singular/svn/trunk@5728 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/fast_maps.h

    rbdafd27 r93fc06d  
    88 *           bricken (Michael Brickenstein)
    99 *  Created: 01/02
    10  *  Version: $Id: fast_maps.h,v 1.2 2002-01-19 10:26:15 obachman Exp $
     10 *  Version: $Id: fast_maps.h,v 1.3 2002-01-19 10:31:45 Singular Exp $
    1111 *******************************************************************/
    1212
     
    7474
    7575// optimizes mpoly for later evaluation
    76 maPoly maPoly_Optimize(mapoly mpoly, ring src_r);
     76mapoly maPoly_Optimize(mapoly mpoly, ring src_r);
    7777
    7878// evaluates mpoly and destroys it, on the fly
    79 maPoly maPoly_Eval(mapoly mpoly, ring src_r, poly* dest_id, ring dest_r);
     79mapoly maPoly_Eval(mapoly mpoly, ring src_r, poly* dest_id, ring dest_r);
    8080
    8181
Note: See TracChangeset for help on using the changeset viewer.