![]() |
My Project
|
#include <tgb_internal.h>
Public Member Functions | |
| simple_reducer (poly pp, int pp_len, int pp_reducer_deg, slimgb_alg *pp_c=NULL) | |
| virtual void | pre_reduce (red_object *r, int l, int u) |
| virtual void | reduce (red_object *r, int l, int u) |
| we assume that all occurring red_objects have same lm, and all occ. lm's in r[l...u] are the same, only reductor does not occur | |
| ~simple_reducer () | |
| virtual void | do_reduce (red_object &ro) |
| Public Member Functions inherited from reduction_step | |
| virtual | ~reduction_step () |
Data Fields | |
| poly | p |
| kBucket_pt | fill_back |
| int | p_len |
| int | reducer_deg |
| Data Fields inherited from reduction_step | |
| slimgb_alg * | c |
| int | reduction_id |
Definition at line 342 of file tgb_internal.h.
|
inline |
Definition at line 349 of file tgb_internal.h.
| simple_reducer::~simple_reducer | ( | ) |
|
virtual |
Definition at line 4897 of file tgb.cc.
|
virtual |
|
virtual |
we assume that all occurring red_objects have same lm, and all occ. lm's in r[l...u] are the same, only reductor does not occur
Reimplemented from reduction_step.
Definition at line 4909 of file tgb.cc.
| kBucket_pt simple_reducer::fill_back |
Definition at line 346 of file tgb_internal.h.
| poly simple_reducer::p |
Definition at line 345 of file tgb_internal.h.
| int simple_reducer::p_len |
Definition at line 347 of file tgb_internal.h.
| int simple_reducer::reducer_deg |
Definition at line 348 of file tgb_internal.h.