Skip to content

Commit 6c090ff

Browse files
committed
Update lmul.jl
1 parent 90c9497 commit 6c090ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lmul.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,8 @@ macro layoutrmul(Typ)
155155
end
156156

157157

158-
LinearAlgebra.lmul!(Q::AbstractQ, v::LayoutVecOrMats) = lmul!(Q, v)
158+
# TODO: uncomment out. commented for now due to ambiguities
159+
# LinearAlgebra.lmul!(Q::AbstractQ, v::LayoutVecOrMats) = lmul!(Q, v)
159160

160161
for Typ in (:QRCompactWYQ, :QRPackedQ)
161162
@eval begin

0 commit comments

Comments
 (0)