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

◆ operator!=

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

Definition at line 114 of file schur2.cpp.

115{
116 return a.ic != b.ic;
117}