Changeset ca086f in git for kernel/tgb_internal.h


Ignore:
Timestamp:
Feb 17, 2006, 11:26:38 AM (17 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
ad6ad248b17525d3c24a305a72c5bc48027f3a32
Parents:
03f3269a5d14c3b22852ee7da5f71f27c6e017fb
Message:
*bricken: bit reductions


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

Legend:

Unmodified
Added
Removed
  • kernel/tgb_internal.h

    r03f3269 rca086f  
    55*  Computer Algebra System SINGULAR     *
    66****************************************/
    7 /* $Id: tgb_internal.h,v 1.21 2005-12-08 09:00:20 bricken Exp $ */
     7/* $Id: tgb_internal.h,v 1.22 2006-02-17 10:26:35 bricken Exp $ */
    88/*
    99 * ABSTRACT: tgb internal .h file
     
    8888    virtual ~slimgb_alg();
    8989  char** states;
     90  ideal add_later;
    9091  ideal S;
    9192  ring r;
     
    185186static poly kBucketGcd(kBucket* b, ring r);
    186187static void multi_reduction(red_object* los, int & losl, slimgb_alg* c);
     188
    187189sorted_pair_node* quick_pop_pair(slimgb_alg* c);
    188190sorted_pair_node* top_pair(slimgb_alg* c);
Note: See TracChangeset for help on using the changeset viewer.