Go to the source code of this file.
§ t_rep_gb()
ideal t_rep_gb |
( |
ring |
r, |
|
|
ideal |
arg_I, |
|
|
int |
syz_comp, |
|
|
BOOLEAN |
F4_mode = FALSE |
|
) |
| |
Definition at line 3558 of file tgb.cc.
3565 if(orig_ring != new_ring)
3583 s_h =
id_Copy (arg_I, orig_ring);
3586 ideal s_result =
do_t_rep_gb (new_ring, s_h, syz_comp, F4_mode, pos);
3588 if(orig_ring != new_ring)
ideal id_Copy(ideal h1, const ring r)
copy an ideal
static short rVar(const ring r)
#define rVar(r) (r->N)
ring rAssure_TDeg(ring r, int start_var, int end_var, int &pos)
ring currRing
Widely used global variable which specifies the current polynomial ring for Singular interpreter and ...
ideal do_t_rep_gb(ring, ideal arg_I, int syz_comp, BOOLEAN F4_mode, int deg_pos)
void rChangeCurrRing(ring r)
void rDelete(ring r)
unconditionally deletes fields in r
ideal idrCopyR_NoSort(ideal id, ring src_r, ring dest_r)
ideal idrMoveR_NoSort(ideal &id, ring src_r, ring dest_r)