We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
::AbstractMatrix
1 parent 07f1ee2 commit 75306c5Copy full SHA for 75306c5
1 file changed
src/implementations/svd.jl
@@ -89,7 +89,7 @@ end
89
function initialize_output(::typeof(svd_vals!), A::AbstractMatrix, ::AbstractAlgorithm)
90
return similar(A, real(eltype(A)), (min(size(A)...),))
91
end
92
-function initialize_output(::typeof(svd_trunc!), A::AbstractMatrix, alg::TruncatedAlgorithm)
+function initialize_output(::typeof(svd_trunc!), A, alg::TruncatedAlgorithm)
93
return initialize_output(svd_compact!, A, alg.alg)
94
95
0 commit comments