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

◆ pushBackElement()

void VectorArithmetic::pushBackElement ( ElementArray & coeffs,
const ElementArray & take_from_here,
size_t loc ) const
inline

Definition at line 912 of file VectorArithmetic.hpp.

915 {
916 return std::visit([&](auto& arg) { arg->pushBackElement(coeffs,take_from_here,loc); }, mConcreteVector);
917 }

References mConcreteVector.