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

◆ operator!=()

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

Definition at line 114 of file schur2.cpp.

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