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

◆ copyElementArray()

ElementArray VectorArithmetic::copyElementArray ( const ElementArray & sparse) const
inline

Definition at line 760 of file VectorArithmetic.hpp.

760 {
761 return std::visit([&](auto& arg) -> ElementArray { return arg->copyElementArray(sparse);}, mConcreteVector);
762 }

References mConcreteVector.