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 7531d17 commit d79ee9aCopy full SHA for d79ee9a
src/implementations/lq.jl
@@ -1,7 +1,7 @@
1
# Inputs
2
# ------
3
for f in (:lq_full, :lq_compact, :lq_null)
4
- @eval function copy_input(::typeof($f), A::AbstractMatrix)
+ @eval function copy_input(::typeof($f), A)
5
return copy!(similar(A, float(eltype(A))), A)
6
end
7
@eval copy_input(::typeof($f), A::Diagonal) = copy(A)
src/implementations/qr.jl
for f in (:qr_full, :qr_compact, :qr_null)
0 commit comments