Definition at line 39 of file schur2.cpp.
40{
41
42 for (
int i = 1; i <=
wt; i++)
43 if (
xloc[i] ==
x &&
yloc[i] == y)
return i;
44
45
46 fprintf(stderr,
"tableau2: location (%d,%d) out of range\n",
x, y);
47 return 0;
48}
References wt, x, xloc, and yloc.
Referenced by display().