You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia>BlockArray{Float64}(1:10,1:10)
ERROR: MethodError: no method matching BlockArrays.BlockArray{Float64,N,R} where R<:AbstractArray{Float64,N}whereN(::UnitRange{Int64}, ::UnitRange{Int64})
julia>PseudoBlockArray{Float64}(1:10,1:10)
ERROR: MethodError: no method matching BlockArrays.PseudoBlockArray{Float64,N,R} where R<:AbstractArray{Float64,N}whereN(::UnitRange{Int64}, ::UnitRange{Int64})
In the first case, I suppose it should allocate the blocks.
The text was updated successfully, but these errors were encountered:
I think these should work:
In the first case, I suppose it should allocate the blocks.
The text was updated successfully, but these errors were encountered: