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 90c9497 commit 6c090ffCopy full SHA for 6c090ff
src/lmul.jl
@@ -155,7 +155,8 @@ macro layoutrmul(Typ)
155
end
156
157
158
-LinearAlgebra.lmul!(Q::AbstractQ, v::LayoutVecOrMats) = lmul!(Q, v)
+# TODO: uncomment out. commented for now due to ambiguities
159
+# LinearAlgebra.lmul!(Q::AbstractQ, v::LayoutVecOrMats) = lmul!(Q, v)
160
161
for Typ in (:QRCompactWYQ, :QRPackedQ)
162
@eval begin
0 commit comments