Skip to content

Commit d758dc6

Browse files
authored
Reseolve ldiv! ambiguity [see issue87] (#84)
1 parent e9e9eea commit d758dc6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/factorizations.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,8 @@ function ldiv!(C::Cholesky{<:Any,<:AbstractMatrix}, B::LayoutArray)
422422
end
423423
end
424424

425+
LinearAlgebra.ldiv!(L::LU{<:Any,<:LayoutMatrix}, B::LayoutVector) = ArrayLayouts.ldiv!(L, B)
426+
425427
if VERSION v"1.7-"
426428
@deprecate qr(A::LayoutMatrix, ::Val{true}) qr(A, ColumnNorm())
427429
end

0 commit comments

Comments
 (0)