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

◆ operator==()

bool operator== ( const schur_poly::iterator & a,
const schur_poly::iterator & b )

Definition at line 110 of file schur2.cpp.

111{
112 return a.ic == b.ic;
113}