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
copy(L::Ldiv{ApplyBandedLayout{typeof(*)}, Lay}) where Lay =copy(Ldiv{ApplyLayout{typeof(*)},Lay}(L.A, L.B))
634
+
copy(L::Ldiv{ApplyBandedLayout{typeof(*)}, Lay}) where {Lay<:AbstractLazyLayout} =copy(Ldiv{ApplyLayout{typeof(*)},Lay}(L.A, L.B))
633
635
copy(L::Ldiv{ApplyBandedLayout{typeof(*)}, Lay}) where Lay<:BroadcastBandedLayout=copy(Ldiv{ApplyLayout{typeof(*)},Lay}(L.A, L.B))
634
636
copy(L::Ldiv{ApplyBandedLayout{typeof(*)}, Lay}) where Lay<:Union{PaddedColumns,AbstractStridedLayout}=copy(Ldiv{ApplyLayout{typeof(*)},Lay}(L.A, L.B))
635
637
inv_layout(::BandedLazyLayouts, _, A) =ApplyArray(inv, A)
0 commit comments