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

◆ clearRows()

void NCF4::clearRows ( RowsVector & rowsVector)
private

Definition at line 1210 of file NCF4.cpp.

1211{
1212 for (auto r : rowsVector)
1213 {
1214 // the VectorArithmetic object calls clear() on the ring elements in r.coeffVector as well.
1215 mVectorArithmetic->deallocateElementArray(r.coeffVector);
1216 }
1217 rowsVector.clear();
1218}
const VectorArithmetic * mVectorArithmetic
Definition NCF4.hpp:250

References mVectorArithmetic.

Referenced by matrixReset(), processPreviousF4Matrix(), and ~NCF4().