Converts a list or set of indices to the list of elements of the matroid with those indices. The inverse of this function is indicesOf.
|
|
|
|
|
If used with the operator _*, then the list of all elements in M is returned. This is useful in conjunction with apply, to iterate over all elements in a matroid.
|
|
|
There are important differences between this method and groundSet: see that page for more details.