We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9135a16 commit 669bf08Copy full SHA for 669bf08
src/ArrayLayouts.jl
@@ -70,5 +70,6 @@ include("triangular.jl")
70
71
@inline lazy_getindex(A, I...) = sub_materialize(view(A, I...))
72
73
+_fill_lmul!(β, A::AbstractArray{T}) where T = iszero(β) ? zero!(A) : lmul!(β, A)
74
75
end
0 commit comments