0

I would like to create an Array of Arrays like Array[Array[Double]] this,such that the outer array is of a different length say 11 and each elements of this array is another array of another size say 100. So in short create an array which has 11 arrays as elements in it ,which in turn has 100 entries in it using Scala

4
  • How do I specify a size of 100 for all the the 11 arrays? Commented Mar 23, 2017 at 12:00
  • 1
    Seems we are having problem with understading your question. Is structure you are trying to obtain equivalent to two dimensional array of 100x11? If yes please read post that @Yuval linked. Commented Mar 23, 2017 at 12:32
  • Thankyou @Yuval for pointing me to the correct post . Commented Mar 24, 2017 at 10:06
  • Thankyou @Marcin for confirming the same. Commented Mar 24, 2017 at 10:07

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.