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

◆ remove_hm_elem()

void HermiteComputation::remove_hm_elem ( hm_elem *& p)
private

Definition at line 81 of file hermite.cpp.

82{
83 mpz_clear(p->lead);
85 globalZZ->remove_vec(p->fsyz);
86 delete p;
87 p = nullptr;
88}
void remove_vec(vec v) const
RingZZ * globalZZ
Definition relem.cpp:13
int p

References globalZZ, and p.

Referenced by ~HermiteComputation().