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

◆ make()

MonomialTableZZ * MonomialTableZZ::make ( int nvars)
static

Definition at line 63 of file montableZZ.cpp.

64{
65 MonomialTableZZ *result;
66 result = new MonomialTableZZ;
67 result->_nvars = nvars;
68 result->_count = 0;
69 /* The first entry is a dummy entry. Components
70 will always start at 1. */
71 result->_head.push_back(nullptr);
72
73 return result;
74}
VALGRIND_MAKE_MEM_DEFINED & result(result)

References result().

Referenced by find_strong_generators(), find_weak_generators(), gbA::initialize(), QRingInfo_ZZ::QRingInfo_ZZ(), and ReducedGB_ZZ::ReducedGB_ZZ().