Macaulay2 Engine
Loading...
Searching...
No Matches

◆ is_equal()

template<class E, bool L>
bool ExponentList< E, L >::is_equal ( ConstExponents a,
ConstExponents b )
inlinestatic

Definition at line 121 of file ExponentList.hpp.

122 {
123 return std::equal(a, a + length(a), b);
124 }
static const Exponent length(ConstExponents m)