Definition at line 748 of file schur2.cpp.
749{
750 int i, k;
753
754
755
756
758 {
762 {
763 hi = k;
764 break;
765 }
766 }
767 else
768 {
770 }
771
772
773
775 lo = 1;
776 else
777 {
779 int xabove =
SMtab.xloc[above];
780 int yabove =
SMtab.yloc[above];
781 for (i = xabove + 1; i <= hi; i++)
782 if (
SMtab.p[i] < yabove)
break;
783 lo = i;
784 }
785}
References SMcurrent, SMfilled, SMmaxrows, SMtab, and x.
Referenced by SM().