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

◆ remove_gm_elem()

void GaussElimComputation::remove_gm_elem ( gm_elem *& p)
private

Definition at line 103 of file gauss.cpp.

104{
105 if (p != nullptr)
106 {
107 R->remove_vec(p->f);
108 R->remove_vec(p->fsyz);
109 freemem(p);
110 p = nullptr;
111 }
112}
const Ring * R
Definition gauss.hpp:66
int p
void freemem(void *s)
Definition m2-mem.cpp:103

References freemem(), p, and R.

Referenced by ~GaussElimComputation().