Skip to content

Commit f9147cd

Browse files
committed
Update lmul.jl
1 parent c388a0b commit f9147cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lmul.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ for Typ in (:QRCompactWYQ, :QRPackedQ)
165165
LinearAlgebra.lmul!(Q::AdjointQ{<:Any,<:$Typ{<:Any,<:LayoutMatrix}}, v::LayoutVecOrMats) = lmul!(Q, v)
166166
LinearAlgebra.lmul!(Q::AdjointQ{<:Any,<:$Typ{<:Any,<:LayoutMatrix}}, v::AbstractVecOrMat) = lmul!(Q, v)
167167
end
168+
end
168169

169170
LinearAlgebra.rmul!(A::LayoutMatrices, Q::AbstractQ) = rmul!(A, Q)
170171
LinearAlgebra.rmul!(A::LayoutMatrices, Q::Adjoint{<:Any,<:AbstractQ}) = rmul!(A, Q)

0 commit comments

Comments
 (0)