Macaulay2 Engine
Loading...
Searching...
No Matches

◆ ~gb2_comp()

gb2_comp::~gb2_comp ( )

Definition at line 102 of file res-a2-gb.cpp.

103{
104 // remove all of the gbvector's in the gb_elems's and spairs.
105 for (int i = 0; i < gb.size(); i++)
106 {
107 gb_elem *g = gb[i];
108 GR->gbvector_remove(g->f);
109 GR->gbvector_remove(g->fsyz);
110 }
111 these_pairs = nullptr;
112}
s_pair * these_pairs
Definition res-a2.hpp:130
GBRing * GR
Definition res-a2.hpp:114
void gb(IntermediateBasis &F, int n)
gbvector * fsyz
Definition spair.hpp:59
gbvector * f
Definition spair.hpp:58

References gb_elem::f, gb_elem::fsyz, gb(), GR, and these_pairs.