how do you initialize a static multidimensional array? I tried the following, but it did not work. float[3][4] array = [ [1.1, 1.2, 1.3], [2.1, 2.2, 2.3], [3.1, 3.2, 3.3] ];