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

◆ ~NCF4()

NCF4::~NCF4 ( )
inline

Definition at line 272 of file NCF4.hpp.

272 {
273 for (auto f : mGroebner) {
274 mFreeAlgebra.clear(*f);
275 delete f;
276 }
279 delete mVectorArithmetic;
280 };
PolyList mGroebner
Definition NCF4.hpp:222
RowsVector mPreviousRows
Definition NCF4.hpp:244
void clearRows(RowsVector &rowsVector)
Definition NCF4.cpp:1210
const FreeAlgebra & mFreeAlgebra
Definition NCF4.hpp:216
RowsVector mRows
Definition NCF4.hpp:243
const VectorArithmetic * mVectorArithmetic
Definition NCF4.hpp:250

References clearRows(), mFreeAlgebra, mGroebner, mPreviousRows, mRows, and mVectorArithmetic.