Definition at line 795 of file schur2.cpp.
796{
797 int lo, hi;
798
800 {
801
804 return;
805 }
806
810
811 int last_one;
812 for (int i = lo; i <= hi; i++)
813 {
814 last_one = this_one;
815 this_one =
SMtab.p[i];
816 if (last_one > this_one)
817 {
823 }
824 }
826}
void SMsetPartitionLength(schur_word *p, int SMmaxrows)
void SMbounds(int &lo, int &hi)
void SMappendTerm(const_schur_partition f)
References LARGE_NUMBER, SM(), SMappendTerm(), SMbounds(), SMcurrent, SMfinalwt, SMmaxrows, SMsetPartitionLength(), and SMtab.
Referenced by skew_schur(), and SM().