While experimenting this, I don't know if it is intentional but [[M] [M];] 
makes it sparse matrix of matrices. :)

On Friday, June 24, 2016 at 5:39:51 AM UTC+3, Dan wrote:
>
> [[M] [M]] works.
> And is the same as Matrix{Float64}[[M] [M]]
>
> But concur it is unintuitive.
>
> On Thursday, June 23, 2016 at 10:28:39 PM UTC-4, Sheehan Olver wrote:
>>
>>
>>         [M,M]  will do a Vector of Matrices in 0.5.   But [M M] still 
>> does concatenation.  So the question is how to do Matrices of Matrices 
>> without concatinating. 
>>
>>
>>
>>
>> > On 24 Jun 2016, at 12:05 PM, Lutfullah Tomak <tomak...@gmail.com> 
>> wrote: 
>> > 
>> > By default [M M] (without delimeter like , or ;) means concatenation so 
>> it throws error. But I think in julia 0.5 [M, M] should do Matrix of 
>> Matricies. 
>>
>>

Reply via email to