BlockBandedMatrices.jl icon indicating copy to clipboard operation
BlockBandedMatrices.jl copied to clipboard

Array(::BlockSkylineMatrix) returns nothing

Open dlfivefifty opened this issue 6 years ago • 1 comments

julia> BlockBandedMatrix{Float64}(undef, (1:3,1:3),(1,1)) |> Array

Cf. https://github.com/JuliaLang/julia/issues/32213#issuecomment-499095683

dlfivefifty avatar Jun 05 '19 14:06 dlfivefifty

The culprit is here: https://github.com/JuliaArrays/BlockArrays.jl/blob/7558ffaae620071423959d69f1e3194002e788d7/src/abstractblockarray.jl#L297

This was to add docs so will have to think about it.

dlfivefifty avatar Jun 05 '19 14:06 dlfivefifty