Skip to content

Commit 39719a1

Browse files
committed
Return FillArray
1 parent ee8d269 commit 39719a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mul.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ end
348348
*(A::Transpose{<:Any,<:LayoutVector}, B::Transpose{<:Any,<:LayoutMatrix}) = mul(A,B)
349349

350350
# Disambiguation with FillArrays
351-
*(A::AbstractFill{<:Any,2}, B::LayoutVector) = mul(A, B)
351+
*(A::AbstractFill{<:Any,2}, B::LayoutVector) = @invoke *(A::AbstractFill{<:Any,2}, B::AbstractVector)
352352

353353
## special routines introduced in v0.9. We need to avoid these to support ∞-arrays
354354

0 commit comments

Comments
 (0)