Changeset 36b1aa in git for kernel/tgb_internal.h


Ignore:
Timestamp:
May 11, 2005, 4:36:02 PM (18 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
bddc9d2711c370b6792832b479116d50c0ea2273
Parents:
7c20514255fa4f5d6b76e6b96f42af24270fbecf
Message:
*bricken: - shared bucket


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

Legend:

Unmodified
Added
Removed
  • kernel/tgb_internal.h

    r7c2051 r36b1aa  
    55*  Computer Algebra System SINGULAR     *
    66****************************************/
    7 /* $Id: tgb_internal.h,v 1.5 2005-05-11 10:11:54 bricken Exp $ */
     7/* $Id: tgb_internal.h,v 1.6 2005-05-11 14:36:02 bricken Exp $ */
    88/*
    99 * ABSTRACT: tgb internal .h file
     
    247247  virtual void target_is_no_sum_reduce(red_object & ro);
    248248};
    249 class join_simple_reducer:public simple_reducer{
    250  public:
    251   join_simple_reducer(poly p, int p_len, poly high_to):simple_reducer(p,p_len){
    252     ac=new reduction_accumulator( p, p_len, high_to);
    253    
    254    
    255   }
    256     ~join_simple_reducer();
    257    void pre_reduce(red_object* r, int l, int u);
    258   void target_is_no_sum_reduce(red_object & ro);
    259   reduction_accumulator* ac;
    260 };
     249
    261250//class sum_canceling_reducer:public reduction_step {
    262251//  void reduce(red_object* r, int l, int u);
Note: See TracChangeset for help on using the changeset viewer.