b = partition2bracket(l,k,n)
A Schubert condition in the Grassmannian $Gr(k,n)$ is encoded either by a partition $l$ or by a bracket $b$.
A partition is a weakly decreasing list of at most $k$ nonnegative integers less than or equal to $n-k$. It may be padded with zeroes to be of length $k$.
A bracket is a strictly increasing list of length $k$ of positive integers between $1$ and $n$.
This function writes a partition as a bracket. They are related as follows $b_{k+1-i}=n-i-l_i$, for $i=1,...,k$.
|
|
|
|
|
|
|
The object partition2bracket is a method function.
The source of this document is in NumericalSchubertCalculus/doc.m2:326:0.