Changeset 36b1aa in git for kernel/tgb_internal.h
- Timestamp:
- May 11, 2005, 4:36:02 PM (18 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- bddc9d2711c370b6792832b479116d50c0ea2273
- Parents:
- 7c20514255fa4f5d6b76e6b96f42af24270fbecf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/tgb_internal.h
r7c2051 r36b1aa 5 5 * Computer Algebra System SINGULAR * 6 6 ****************************************/ 7 /* $Id: tgb_internal.h,v 1. 5 2005-05-11 10:11:54bricken Exp $ */7 /* $Id: tgb_internal.h,v 1.6 2005-05-11 14:36:02 bricken Exp $ */ 8 8 /* 9 9 * ABSTRACT: tgb internal .h file … … 247 247 virtual void target_is_no_sum_reduce(red_object & ro); 248 248 }; 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 261 250 //class sum_canceling_reducer:public reduction_step { 262 251 // void reduce(red_object* r, int l, int u);
Note: See TracChangeset
for help on using the changeset viewer.