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 0bd1cd3 commit addaf0bCopy full SHA for addaf0b
src/factorizations/svd.jl
@@ -33,7 +33,6 @@ function similar_output(
33
::typeof(svd_compact!), A, S_axes, alg::MatrixAlgebraKit.AbstractAlgorithm
34
)
35
U = similar(A, axes(A, 1), S_axes[1])
36
- T = real(eltype(A))
37
S = similar(A, BlockType(diagonaltype(realtype(blocktype(A)))), S_axes)
38
Vt = similar(A, S_axes[2], axes(A, 2))
39
return U, S, Vt
0 commit comments