Macaulay2 Engine
Loading...
Searching...
No Matches
◆
simple_degree()
template<class E,
bool
L>
Exponent
ExponentList
< E, L >::simple_degree
(
ConstExponents
m
)
inline
static
Definition at line
176
of file
ExponentList.hpp
.
177
{
178
Exponent
deg
= 0;
179
for
(
Iterator
i
=
m
;
i
.valid(); ++
i
)
deg
+=
i
.exponent();
180
return
deg
;
181
}
ExponentList::Iterator
ExponentListIterator< E, L > Iterator
Definition
ExponentList.hpp:65
ExponentList::Exponent
E Exponent
Definition
ExponentList.hpp:69
ExponentList
Definition
ExponentList.hpp:64
ExponentList
Generated on
for Macaulay2 Engine by
1.15.0