Skip to content

Commit 669bf08

Browse files
committed
Update ArrayLayouts.jl
1 parent 9135a16 commit 669bf08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ArrayLayouts.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,6 @@ include("triangular.jl")
7070

7171
@inline lazy_getindex(A, I...) = sub_materialize(view(A, I...))
7272

73+
_fill_lmul!(β, A::AbstractArray{T}) where T = iszero(β) ? zero!(A) : lmul!(β, A)
7374

7475
end

0 commit comments

Comments
 (0)