perjantai 22. heinäkuuta 2016 12.26.58 UTC+3 Jussi Piitulainen kirjoitti:

>
> I'm not sure how the square brackets would be used if you wanted a matrix 
> of matrices, but you could at least start with an empty one by writing 
> Matrix{Matrix{Float64}}(). And for an empty vector of matrices, as said, 
> Vector{Matrix{Float64}}. And Julia will show these types as Array{T,1} and 
> Array{T,2} instead of Vector and Matrix.
>
> Sorry, Vector{Matrix{Float64}}() to make a Vector{Matrix{Float64}}. 

Reply via email to