Definition at line 31 of file schur.cpp.
32{
33
34 for (
int i = 1; i <=
wt; i++)
35 if (
xloc[i] ==
x &&
yloc[i] == y)
return i;
36
37
38 fprintf(stderr,
"tableau: location (%d,%d) out of range\n",
x, y);
39 return 0;
40}
References wt, x, xloc, and yloc.
Referenced by display().