on what structures is possible to iterate?
I need to do a for
loop on MatrixSpace(MatrixSpace(GF(2), 2), 1, 2)
but it turns out to be impossible. Is there anyway to get around it?
Also, as the title says, on what structures is possible to iterate? I would imagine in structures with a natural order, but I am not sure about it.