Re: [julia-users] Array/tuple issues

2014-11-12 Thread Robert DJ
Thank you! I'll take a look at that. On Wednesday, November 12, 2014 10:53:19 AM UTC+1, John Myles White wrote: > > Unfinished FAQ about dots: > https://github.com/JuliaLang/julia/pull/8065#issuecomment-52747406 > > -- John > > On Nov 12, 2014, at 9:14 AM, Robert DJ > > wrote: > > Thanks a lot

Re: [julia-users] Array/tuple issues

2014-11-12 Thread John Myles White
Unfinished FAQ about dots: https://github.com/JuliaLang/julia/pull/8065#issuecomment-52747406 -- John On Nov 12, 2014, at 9:14 AM, Robert DJ wrote: > Thanks a lot - this really cleared some thing in my head! > > Using the dims argument as "dims..." had not occurred to me. Can you explain >

[julia-users] Array/tuple issues

2014-11-11 Thread Robert DJ
Hi I've run into some array issues that I suspect are quite easy, but I haven't found answers on Uncle Google or in the docs. In the example below I would like to do the following (more elegant): - Create the array of arrays A where the size of the inner arrays are determined by the input 'dim