Skip to content

Commit addaf0b

Browse files
committed
Small cleanup
1 parent 0bd1cd3 commit addaf0b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/factorizations/svd.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ function similar_output(
3333
::typeof(svd_compact!), A, S_axes, alg::MatrixAlgebraKit.AbstractAlgorithm
3434
)
3535
U = similar(A, axes(A, 1), S_axes[1])
36-
T = real(eltype(A))
3736
S = similar(A, BlockType(diagonaltype(realtype(blocktype(A)))), S_axes)
3837
Vt = similar(A, S_axes[2], axes(A, 2))
3938
return U, S, Vt

0 commit comments

Comments
 (0)