Skip to content

Commit 9790424

Browse files
fix: remove extra ldiv! method
1 parent 6e0aa08 commit 9790424

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/array_partition.jl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -433,11 +433,6 @@ for factorization in vcat(__get_subtypes_in_module(LinearAlgebra, Factorization;
433433
end
434434
end
435435

436-
function LinearAlgebra.ldiv!(A::LinearAlgebra.SVD{T, Tr, M},
437-
b::ArrayPartition) where {Tr, T, M <: AbstractArray{T}}
438-
(x = ldiv!(A, Array(b)); copyto!(b, x))
439-
end
440-
441436
function LinearAlgebra.ldiv!(A::LinearAlgebra.QRCompactWY{T, M, C},
442437
b::ArrayPartition) where {
443438
T <: Union{Float32, Float64, ComplexF64, ComplexF32},

0 commit comments

Comments
 (0)