Skip to content

Commit c61b014

Browse files
authored
Add comment
1 parent deebf3b commit c61b014

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/factorization.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
_ldiv!(x, A, b) = ldiv!(x, A, b)
22
function _ldiv!(x::Vector, A::Factorization, b::Vector)
3+
# workaround https://github.com/JuliaLang/julia/issues/43507
34
copyto!(x, b)
45
ldiv!(A, x)
56
end

0 commit comments

Comments
 (0)