Macaulay2 Engine
Loading...
Searching...
No Matches
◆
getNumAdditions()
long VectorArithmetic::getNumAdditions
(
)
const
inline
Definition at line
888
of file
VectorArithmetic.hpp
.
889
{
890
return
std::visit([&](
auto
& arg) ->
long
{
return
arg->mStats.numAdditions(); },
mConcreteVector
);
891
}
VectorArithmetic::mConcreteVector
CVA_Type mConcreteVector
Definition
VectorArithmetic.hpp:680
References
mConcreteVector
.
VectorArithmetic
Generated on
for Macaulay2 Engine by
1.15.0