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

◆ allocateElementArray() [1/2]

ElementArray VectorArithmetic::allocateElementArray ( ) const
inline

Definition at line 756 of file VectorArithmetic.hpp.

756 {
757 return std::visit([&](auto& arg) -> ElementArray { return arg->allocateElementArray();}, mConcreteVector);
758 }

References mConcreteVector.