Skip to content

Commit a7bf2ba

Browse files
committed
more cleanup
1 parent 011d8a5 commit a7bf2ba

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/tensors/factorizations/factorizations.jl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,6 @@ function isisometry(t::AbstractTensorMap, (p₁, p₂)::Index2Tuple)
5454
return isisometry(t)
5555
end
5656

57-
# Orthogonal factorizations (mutation for recycling memory):
58-
# only possible if scalar type is floating point
59-
# only correct if Euclidean inner product
60-
#------------------------------------------------------------------------------------------
61-
const RealOrComplexFloat = Union{AbstractFloat,Complex{<:AbstractFloat}}
62-
6357
#------------------------------#
6458
# LinearAlgebra overloads
6559
#------------------------------#

0 commit comments

Comments
 (0)