How do I create an array of multiple dimensions?
For example, I want an integer or double matrix, something like double[][]
in Java.
I know for a fact that arrays changed in Scala 2.8 and that the old arrays are deprecated, but are there multiple ways to do it now and if yes, which is best?