Macaulay2 Engine
Loading...
Searching...
No Matches
◆
copy()
template<class E,
bool
L>
void
ExponentList
< E, L >::copy
(
ConstExponents
vp
,
Vector
&
result
)
inline
static
Definition at line
139
of file
ExponentList.hpp
.
140
{
141
std::copy
(
vp
,
vp
+
length
(
vp
),
std::back_inserter
(
result
));
142
}
ExponentList::length
static const Exponent length(ConstExponents m)
Definition
ExponentList.hpp:104
ExponentList
Definition
ExponentList.hpp:64
ExponentList
Generated on
for Macaulay2 Engine by
1.15.0