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
@@ -268,6 +271,9 @@ function broadcasted(::LazyQuasiArrayStyle{1}, ::typeof(*), a::Expansion, f::Exp
268
271
end
269
272
270
273
274
+
_function_mult_broadcasted(_, _, a, B) = Base.Broadcast.Broadcasted{LazyQuasiArrayStyle{2}}(*, (a, B))
275
+
broadcasted(::LazyQuasiArrayStyle{2}, ::typeof(*), a::Expansion, B::AbstractQuasiMatrix) =_function_mult_broadcasted(MemoryLayout(a), MemoryLayout(B), a, B)
276
+
271
277
@evalfunction==(f::Expansion, g::Expansion)
272
278
S,c =arguments(f)
273
279
T,d =arguments(g)
@@ -351,6 +357,11 @@ function demap(V::SubQuasiArray{<:Any,2})
0 commit comments