columnRange TAlthough it is straightforward that the row indices are 0..(numRows T - 1), the analogous sequence does not work for columns since columns may have negative indices. Hence, columnRange provides an easy way to iterate over column indices. The lowest number is the smallest part of the tableau's shape, and the largest number is the largest part of its shape.
|
|
|
The object columnRange is a method function.
The source of this document is in Tableaux/documentation.m2:581:0.