Macaulay2 Engine
Loading...
Searching...
No Matches
◆
delete_gb_array()
void F4GB::delete_gb_array
(
gb_array
&
g
)
private
Definition at line
99
of file
f4.cpp
.
100
{
101
for
(
auto
g0 : g)
102
{
103
if
(! g0->f.coeffs.isNull())
104
mVectorArithmetic
->deallocateElementArray(g0->f.coeffs);
105
// Note: monomials will be cleared en-mass and so don't need to be freed.
106
delete
g0;
107
}
108
}
F4GB::mVectorArithmetic
const VectorArithmetic * mVectorArithmetic
Definition
f4.hpp:156
References
mVectorArithmetic
.
Referenced by
~F4GB()
.
F4GB
Generated on
for Macaulay2 Engine by
1.15.0