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

◆ ReducedGB_Field_Local_sorter()

ReducedGB_Field_Local_sorter::ReducedGB_Field_Local_sorter ( GBRing * R0,
const FreeModule * F0,
const VECTOR(POLY) & gb0 )
inline

Definition at line 59 of file reducedgb-field-local.cpp.

62 : R(R0), F(F0), gb(gb0)
63 {
64 auto M = R->get_flattened_monoid();
65 for (size_t i = 0; i < gb0.size(); i++)
66 {
67 gbvector *f = gb0[i].f;
68 degs.push_back(M->simple_degree(f->monom));
69 }
70 }
void gb(IntermediateBasis &F, int n)
int monom[1]
Definition gbring.hpp:83

References degs, F, POLY::f, gb(), gbvector::monom, POLY, and R.