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
}
VectorArithmetic::mConcreteVector
CVA_Type mConcreteVector
Definition
VectorArithmetic.hpp:680
References
mConcreteVector
.
VectorArithmetic
Generated on
for Macaulay2 Engine by
1.15.0