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

◆ deallocateElementArray()

void VectorArithmetic::deallocateElementArray ( ElementArray & coeffs) const
inline

Deallocate all the coefficients, and the array itself.

Definition at line 765 of file VectorArithmetic.hpp.

765 {
766 std::visit([&](auto& arg) { arg->deallocateElementArray(coeffs); }, mConcreteVector);
767 }

References mConcreteVector.