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