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

◆ SMsetPartitionLength()

void SchurRing2::SMsetPartitionLength ( schur_word * p,
int SMmaxrows )
private

Definition at line 787 of file schur2.cpp.

788{
789 int i;
790 for (i = 1; i <= SMmaxrows; i++)
791 if (p[i] == 0) break;
792 p[0] = i;
793}
int SMmaxrows
Definition schur2.hpp:250
int p

References p, and SMmaxrows.

Referenced by SM().