As the title says, when creating a multidimensional sequence in scala with tabulate, is the innermost or outermost sequence the 1. dimension?
For example, in a 2-dimensional Vector v, will v(2) give the second element of the 1. or of the 2. dimension?