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
BroadcastStyle(::Type{HcatBandedMatrix{T,0}}) where {T} =LazyArrayStyle{2}() # This method is needed for e.g. Hcat(), which would otherwise get recognised as a BandedStyle, giving different behaviour before-and-after loading BandedMatrices
431
432
BroadcastStyle(::Type{HcatBandedMatrix{T,N}}) where {T,N} =BandedStyle()
432
433
BroadcastStyle(::Type{VcatBandedMatrix{T,N}}) where {T,N} =BandedStyle()
0 commit comments