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

◆ operator==

bool operator== ( const schur_poly_iterator & a,
const schur_poly_iterator & b )
friend

Definition at line 110 of file schur2.cpp.

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